12b79fecfa
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20072 10447126-35f2-4685-b0cf-6dd780d3921f
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
if hasflag MONO; then
|
|
if [ "$pkg" == "mono" ]; then
|
|
prefix="opt/mono"
|
|
else
|
|
pkgprefix -t mono
|
|
prefix=$( pkgprefix mono )
|
|
fi
|
|
set_confopt
|
|
sysconfdir=${sysconfdir%/mono}
|
|
fi
|