From a61f5b27fffb06fbd20df8f36ffa2b41de7fc7ed Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 3 Oct 2010 13:43:00 +0200 Subject: [PATCH] edb/eina: moved parse-config which is handling the E17 flag from edb to eina package (edb is deprecated) --- e17/{edb => eina}/parse-config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename e17/{edb => eina}/parse-config (88%) diff --git a/e17/edb/parse-config b/e17/eina/parse-config similarity index 88% rename from e17/edb/parse-config rename to e17/eina/parse-config index 8b3f43598..d4ce70b08 100644 --- a/e17/edb/parse-config +++ b/e17/eina/parse-config @@ -2,7 +2,7 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: package/.../edb/parse-config +# Filename: package/.../eina/parse-config # Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # @@ -16,12 +16,12 @@ if hasflag E17; then if [ "$prefix_auto" = 1 ] ; then - if [ "$pkg" == edb ]; then + if [ "$pkg" == eina ]; then prefix="${SDECFG_PKG_E17_CORE_PREFIX:-opt/e17}" set_confopt - elif pkginstalled edb ; then - pkgprefix -t edb - prefix=`pkgprefix edb` + elif pkginstalled eina ; then + pkgprefix -t eina + prefix=`pkgprefix eina` set_confopt fi fi