summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 0a73b0f4..088bb011 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -21,6 +21,8 @@ use vars qw(@ISA @EXPORT %dh);
&cross_command &set_buildflags &get_buildoption);
my $max_compat=10;
+
+# The Makefile changes this if debhelper is installed in a PREFIX.
my $prefix="/usr";
sub init {