summaryrefslogtreecommitdiff
path: root/dh_link
diff options
context:
space:
mode:
Diffstat (limited to 'dh_link')
-rwxr-xr-xdh_link2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_link b/dh_link
index 919dc524..1f6299aa 100755
--- a/dh_link
+++ b/dh_link
@@ -3,7 +3,7 @@
# Generate symlinks in debian packages, reading debian/links. The
# file contains pairs of files and symlinks.
-BEGIN { push @INC, "debian", "/usr/lib/debhelper" }
+BEGIN { push @INC, "debian", "/usr/share/debhelper" }
use Dh_Lib;
init();