summaryrefslogtreecommitdiff
path: root/dh_installwm
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installwm')
-rwxr-xr-xdh_installwm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installwm b/dh_installwm
index ebe6d1e2..488258b6 100755
--- a/dh_installwm
+++ b/dh_installwm
@@ -66,9 +66,9 @@ if (! defined $dh{PRIORITY}) {
if (@ARGV) {
# This is here for backwards compatibility. If the filename doesn't
- # include a path, assume it's in /usr/X11R6/bin.
+ # include a path, assume it's in /usr/bin.
if ($ARGV[0] !~ m:/:) {
- $ARGV[0]="/usr/X11R6/bin/$ARGV[0]";
+ $ARGV[0]="/usr/bin/$ARGV[0]";
}
}