Browse Source

mono: changed to use default prefix for mono packages instead of 'opt/mono'

stable/0.2
Christian Wiese 14 years ago
parent
commit
a9e96bd895
  1. 8
      develop/mono/parse-config

8
develop/mono/parse-config

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../mono/parse-config # Filename: package/.../mono/parse-config
# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2007 - 2011 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -13,12 +13,10 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if hasflag MONO; then if hasflag MONO; then
if [ "$pkg" == "mono" ]; then if [ "$pkg" != "mono" ]; then
prefix="opt/mono"
else
pkgprefix -t mono pkgprefix -t mono
prefix=$( pkgprefix mono ) prefix=$( pkgprefix mono )
set_confopt
fi fi
set_confopt
sysconfdir=${sysconfdir%/mono} sysconfdir=${sysconfdir%/mono}
fi fi

Loading…
Cancel
Save