if hasflag GRAPHICS; then
|
|
if [ "$pkg" == "graphics-dirtree" ]; then
|
|
if [ "$SDECFG_PKG_GRAPHICS_PREFIX" ] ; then
|
|
prefix="$SDECFG_PKG_GRAPHICS_PREFIX"
|
|
else
|
|
prefix="opt/graphics"
|
|
fi
|
|
else
|
|
pkgprefix -t graphics-dirtree
|
|
prefix=$( pkgprefix graphics-dirtree )
|
|
fi
|
|
echo "Prefix = " $prefix
|
|
set_confopt
|
|
fi
|