diff options
author | joey <joey> | 1999-08-17 05:18:11 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:18:11 +0000 |
commit | 6a4c47eea5a5601f351a1fa0afd5e13aed56238b (patch) | |
tree | 3d26583b448275dc7c67a7ebe14b00e4ee25edde /dh_listpackages | |
parent | 5481b20fd42cd413c6c87531a3cc9ed5398e9d23 (diff) | |
download | debhelper-6a4c47eea5a5601f351a1fa0afd5e13aed56238b.tar.gz |
r238: Initial Import
Diffstat (limited to 'dh_listpackages')
-rwxr-xr-x | dh_listpackages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_listpackages b/dh_listpackages index 7a764af5..3ce48e06 100755 --- a/dh_listpackages +++ b/dh_listpackages @@ -2,7 +2,7 @@ # # Output a list of all packages debhelper will act on. -BEGIN { push @INC, "debian", "/usr/lib/debhelper" } +BEGIN { push @INC, "debian", "/usr/share/debhelper" } use Dh_Lib; init(); print join("\n",@{$dh{DOPACKAGES}})."\n"; |