Browse Source

eina: changed parse-config to not use 'opt/e17' as prefix for e17 packages

stable/0.2
Christian Wiese 13 years ago
parent
commit
81e3097e72
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      e17/eina/parse-config

+ 2
- 5
e17/eina/parse-config

@ -16,12 +16,9 @@
if hasflag E17; then
if [ "$prefix_auto" = 1 ] ; then
if [ "$pkg" == eina ]; then
prefix="opt/e17"
set_confopt
elif pkginstalled eina ; then
if [ "$pkg" != "eina" ]; then
pkgprefix -t eina
prefix=`pkgprefix eina`
prefix=$( pkgprefix eina )
set_confopt
fi
fi

Loading…
Cancel
Save