X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installwm;fp=dh_installwm;h=488258b60a9535022655d02bf0d856141cfc60d9;hb=396b636fb84b827fdde1d571df975db4e587fbfd;hp=ebe6d1e2f096e3db9386157cdfd95ec36ba8216e;hpb=b14e0a5d5cf0e215b2d7386cf857f7b8522b82fd;p=debhelper.git diff --git a/dh_installwm b/dh_installwm index ebe6d1e..488258b 100755 --- a/dh_installwm +++ b/dh_installwm @@ -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]"; } }