]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installwm
r2001: * dh_installwm: If a path is not given, assume the file is in usr/bin, since
[debhelper.git] / dh_installwm
index ebe6d1e2f096e3db9386157cdfd95ec36ba8216e..488258b60a9535022655d02bf0d856141cfc60d9 100755 (executable)
@@ -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]";
        }
 }