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.
#
# 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.
#
@ -13,12 +13,10 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if hasflag MONO; then
if [ "$pkg" == "mono" ]; then
prefix="opt/mono"
else
if [ "$pkg" != "mono" ]; then
pkgprefix -t mono
prefix=$( pkgprefix mono )
set_confopt
fi
set_confopt
sysconfdir=${sysconfdir%/mono}
fi

Loading…
Cancel
Save