diff --git a/develop/mono/parse-config b/develop/mono/parse-config index b8d985ff7..bdfa8c7d2 100644 --- a/develop/mono/parse-config +++ b/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