OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
180 B

  1. if hasflag MONO; then
  2. if [ "$pkg" == "mono" ]; then
  3. prefix="opt/mono"
  4. else
  5. pkgprefix -t mono
  6. prefix=$( pkgprefix mono )
  7. fi
  8. set_confopt
  9. sysconfdir=${sysconfdir%/mono}
  10. fi