Fix error when re-installing xdm
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 03:01:49 +0000 (22:01 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:50 +0000 (00:01 -0500)
stage4/pkg/xdm

index 71a54c9..7461369 100644 (file)
@@ -2,5 +2,5 @@
 
 hvbuild_post()
 {
-    ln -s login /etc/pam.d/xdm
+    ln -sf login /etc/pam.d/xdm
 }