From d4cac755fed44798d07c5b598d8906e74d8e5293 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 23 Oct 2000 17:15:15 +0000 Subject: r377: * dh_installwm: patched a path in some backwards compatability code. Closes: #75283 --- dh_installwm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_installwm') diff --git a/dh_installwm b/dh_installwm index 8cb7af03..93d464d2 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]"; } } -- cgit v1.2.3