|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../gconf/gnome2-conf.in |
|
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -18,7 +18,7 @@ echo_status "Loading generic gnome configuration..."
|
|
|
|
|
|
|
|
|
|
if [ "$prefix_auto" = 1 ] ; then |
|
|
|
|
if [ "$pkg" == "gconf" ]; then |
|
|
|
|
prefix=${SDECFG_PKG_GNOME2_CORE_PREFIX:-opt/gnome2} |
|
|
|
|
prefix=${SDECFG_PKG_GNOME2_CORE_PREFIX:-usr} |
|
|
|
|
else |
|
|
|
|
pkgprefix -t gconf |
|
|
|
|
prefix=`pkgprefix gconf` |
|
|
|
|