Change order of installation for ghostscript
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 27 Jun 2013 12:28:04 +0000 (08:28 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 28 Jun 2013 03:35:31 +0000 (23:35 -0400)
stage5/hv-install-1

index f78c14a..293dae4 100755 (executable)
@@ -9,12 +9,14 @@ init_log_file
 ipkg ${HELP2MAN}
 ipkg ${GSL}
 
-ipkg ${FOOMATIC_FILTERS}
-ipkg -m noac ${FOO2ZJS}
-
 ipkg -m acnb ${CUPS}
+ipkg -m acnb ${GHOSTSCRIPT}
+ipkg ${LIBSPECTRE}
 ipkg -m noac ${CUPS_PDF}
 ipkg -m noac ${SPLIX}
+ipkg ${FOOMATIC_FILTERS}
+ipkg -m noac ${FOO2ZJS}
+
 ipkg ${GLIB_NETWORKING} "\
     --libexecdir=/usr/lib/glib-networking \
     --with-ca-certificates=/etc/ssl/ca-bundle.crt \
@@ -59,8 +61,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
 fi
 
 ipkg ${GPARTED} "--disable-doc"
-ipkg -m acnb ${GHOSTSCRIPT}
-ipkg ${LIBSPECTRE}
 
 if [ "x${INST_TYPE}" = "xworkstation" -o \
     "x${INST_TYPE}" = "xltsp-server" ]; then
@@ -81,7 +81,7 @@ fi
 ipkg -m noac ${CDRTOOLS}
 ipkg -m noac ${DVDRWTOOLS}
 ipkg ${LIBDVDCSS}
-ipkg ${LIBDVDREAD}
+ipkg -m acnb ${LIBDVDREAD}
 ipkg -m noac ${DVDFS}
 ipkg -m acnb ${VOBCOPY}