Remove temporary installation of Perl at beginning of stage2
[hvlinux.git] / stage2 / pkg / gzip
index 341a13f..3043737 100644 (file)
@@ -2,9 +2,7 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --bindir=/bin"
+    CONFIGURE_OPTS+=" --bindir=/bin"
 }
 
 hvbuild_post()