]> git.donarmstrong.com Git - debhelper.git/commitdiff
r377: * dh_installwm: patched a path in some backwards compatability code.
authorjoey <joey>
Mon, 23 Oct 2000 17:15:15 +0000 (17:15 +0000)
committerjoey <joey>
Mon, 23 Oct 2000 17:15:15 +0000 (17:15 +0000)
Closes: #75283
debian/changelog
dh_installwm

index 3342181b5537c5197be2fd71f18f8ce87bedf679..589eacb99faa67d6940872867a121f52505549f4 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (2.1.15) unstable; urgency=low
+
+  * dh_installwm: patched a path in some backwards compatability code.
+    Closes: #75283
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 23 Oct 2000 10:13:44 -0700
+
 debhelper (2.1.14) unstable; urgency=low
 
   * Rats, the previous change makes duplicate lines be created in the
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]";
        }
 }