summaryrefslogtreecommitdiff
path: root/Dh_Lib.pm
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:18:11 +0000
committerjoey <joey>1999-08-17 05:18:11 +0000
commit6a4c47eea5a5601f351a1fa0afd5e13aed56238b (patch)
tree3d26583b448275dc7c67a7ebe14b00e4ee25edde /Dh_Lib.pm
parent5481b20fd42cd413c6c87531a3cc9ed5398e9d23 (diff)
downloaddebhelper-6a4c47eea5a5601f351a1fa0afd5e13aed56238b.tar.gz
r238: Initial Import
Diffstat (limited to 'Dh_Lib.pm')
-rw-r--r--Dh_Lib.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dh_Lib.pm b/Dh_Lib.pm
index 73fd44ad..c5146b91 100644
--- a/Dh_Lib.pm
+++ b/Dh_Lib.pm
@@ -296,11 +296,11 @@ sub autoscript { my $package=shift; my $script=shift; my $filename=shift; my $se
$infile="$ENV{DH_AUTOSCRIPTDIR}/$filename";
}
else {
- if (-e "/usr/lib/debhelper/autoscripts/$filename") {
- $infile="/usr/lib/debhelper/autoscripts/$filename";
+ if (-e "/usr/share/debhelper/autoscripts/$filename") {
+ $infile="/usr/share/debhelper/autoscripts/$filename";
}
else {
- error("/usr/lib/debhelper/autoscripts/$filename does not exist");
+ error("/usr/share/debhelper/autoscripts/$filename does not exist");
}
}