summaryrefslogtreecommitdiffstats
path: root/source/x/x11-skel/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11-skel/doinst.sh')
-rw-r--r--source/x/x11-skel/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/x11-skel/doinst.sh b/source/x/x11-skel/doinst.sh
index 05e7fb0fe..a2d2d8c61 100644
--- a/source/x/x11-skel/doinst.sh
+++ b/source/x/x11-skel/doinst.sh
@@ -15,7 +15,7 @@
# your /usr/X11R6 directory will be moved to /usr/X11R6.bak.
# Anything you really want want to keep will need to be merged back
# by hand.
-if [ ! -L /usr/X11R6/bin ]; then
+if [ ! -L usr/X11R6/bin ]; then
if [ -d usr/X11R6 ]; then
mv usr/X11R6 usr/X11R6.bak
fi