diff options
Diffstat (limited to 'dh_link')
-rwxr-xr-x | dh_link | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |