Use bash variable add operator
[hvlinux.git] / stage5 / pkg / ghostscript
index 6b4adaf..a501228 100644 (file)
@@ -16,8 +16,7 @@ hvconfig_pre()
     # To use the system-installed copy of libtiff:
     rm -rf tiff
 
-    CONFIGURE_OPTS=" \
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --enable-dynamic \
         --with-system-libtiff \
         --with-fontpath=${GS_FONTS_PATH}"