Remove temporary installation of Perl at beginning of stage2
[hvlinux.git] / stage2 / pkg / kbd
old mode 100755 (executable)
new mode 100644 (file)
index 9e4dc22..2df1e1e
@@ -2,9 +2,7 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --datadir=/lib/kbd"
+    CONFIGURE_OPTS+=" --datadir=/lib/kbd"
 }
 
 hvbuild_post()