Browse Source

Moved E17 flag handler from pkg imlib2 to pkg e.

early
Minto van der Sluis 18 years ago
parent
commit
64e0fded78
  1. 0
      e17/e/config.hlp
  2. 2
      e17/e/config.in
  3. 8
      e17/e/parse-config

0
e17/imlib2/config.hlp → e17/e/config.hlp

2
e17/imlib2/config.in → e17/e/config.in

@ -13,7 +13,7 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END --- # --- T2-COPYRIGHT-NOTE-END ---
if pkgcheck imlib2 X if pkgcheck e X
then then
menu_begin MENU_PKG_E17 'Enlightenment 17 Options' menu_begin MENU_PKG_E17 'Enlightenment 17 Options'
text 'Install prefix for E17 Packages' \ text 'Install prefix for E17 Packages' \

8
e17/imlib2/parse-config → e17/e/parse-config

@ -15,12 +15,12 @@
if hasflag E17; then if hasflag E17; then
if [ "$prefix_auto" = 1 ] ; then if [ "$prefix_auto" = 1 ] ; then
if [ "$pkg" == imlib2 ]; then if [ "$pkg" == e ]; then
prefix="${SDECFG_PKG_E17_CORE_PREFIX:-opt/e17}" prefix="${SDECFG_PKG_E17_CORE_PREFIX:-opt/e17}"
set_confopt set_confopt
elif pkginstalled imlib2 ; then elif pkginstalled e ; then
pkgprefix -t imlib2 pkgprefix -t e
prefix=`pkgprefix imlib2` prefix=`pkgprefix e`
set_confopt set_confopt
fi fi
fi fi
Loading…
Cancel
Save