Browse Source

edb/eina: moved parse-config which is handling the E17 flag from edb to eina package (edb is deprecated)

user/karasz/next/postgresql
Christian Wiese 14 years ago
parent
commit
a61f5b27ff
  1. 10
      e17/eina/parse-config

10
e17/edb/parse-config → 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
Loading…
Cancel
Save