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.

14 lines
349 B

  1. if hasflag GRAPHICS; then
  2. if [ "$pkg" == "graphics-dirtree" ]; then
  3. if [ "$SDECFG_PKG_GRAPHICS_PREFIX" ] ; then
  4. prefix="$SDECFG_PKG_GRAPHICS_PREFIX"
  5. else
  6. prefix="opt/graphics"
  7. fi
  8. else
  9. pkgprefix -t graphics-dirtree
  10. prefix=$( pkgprefix graphics-dirtree )
  11. fi
  12. echo "Prefix = " $prefix
  13. set_confopt
  14. fi