]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installwm
r377: * dh_installwm: patched a path in some backwards compatability code.
[debhelper.git] / dh_installwm
index 8cb7af0372aab7f1f6bcc199444e7a3de2f7a240..93d464d2a3b39e0aac781d4106ab5a244c3df4a6 100755 (executable)
@@ -13,7 +13,7 @@ if (@ARGV) {
        # This is here for backwards comatability. If the filename doesn't
        # include a path, assume it's in /usr/X11R6/bin.
        if ($ARGV[0] !~ m:/:) {
-               $ARGV[0]="/usr/X11R6/$ARGV[0]";
+               $ARGV[0]="/usr/X11R6/bin/$ARGV[0]";
        }
 }