diff options
Diffstat (limited to 'dh_testroot')
-rwxr-xr-x | dh_testroot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_testroot b/dh_testroot index c62894c7..b76a1e59 100755 --- a/dh_testroot +++ b/dh_testroot @@ -2,8 +2,7 @@ # # Checks to make sure you are root. -BEGIN { push @INC, "debian", "/usr/share/debhelper" } -use Dh_Lib; +use Debian::Debhelper::Dh_Lib; if ($< != 0) { error("You must run this as root."); |