summaryrefslogtreecommitdiff
path: root/dh_installwm
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-05-06 20:15:27 +0000
committerjoeyh <joeyh>2007-05-06 20:15:27 +0000
commit396b636fb84b827fdde1d571df975db4e587fbfd (patch)
treea75f78b96c184b33fff24742d927838e80dd82aa /dh_installwm
parentb14e0a5d5cf0e215b2d7386cf857f7b8522b82fd (diff)
r2001: * dh_installwm: If a path is not given, assume the file is in usr/bin, since
usr/X11R6/bin now points to there.
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]";
}
}