Use bash variable add operator
[hvlinux.git] / stage4 / pkg / libXt
index 8a884e6..6e9e863 100644 (file)
@@ -2,7 +2,5 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
-        --with-appdefaultdir=/etc/X11/app-defaults"
+    CONFIGURE_OPTS+=" --with-appdefaultdir=/etc/X11/app-defaults"
 }