Browse Source

Moved E17 flag handling from e to edb

early
Minto van der Sluis 18 years ago
parent
commit
10a44c8d8f
  1. 0
      e17/edb/config.hlp
  2. 2
      e17/edb/config.in
  3. 9
      e17/edb/parse-config

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

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

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

9
e17/e/parse-config → e17/edb/parse-config

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