From d4cac755fed44798d07c5b598d8906e74d8e5293 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 23 Oct 2000 17:15:15 +0000 Subject: [PATCH] r377: * dh_installwm: patched a path in some backwards compatability code. Closes: #75283 --- debian/changelog | 7 +++++++ dh_installwm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3342181..589eacb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/dh_installwm b/dh_installwm index 8cb7af0..93d464d 100755 --- a/dh_installwm +++ b/dh_installwm @@ -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]"; } } -- 2.39.5