Ajout fichiers oubliƩs
[hvlinux.git] / stage4 / pkg / xinit
diff --git a/stage4/pkg/xinit b/stage4/pkg/xinit
new file mode 100644 (file)
index 0000000..78bd1e4
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
+        ${CONFIGURE_OPTS} \
+        --with-xinitdir=/etc/X11/app-defaults"
+}