summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorGeoffrey Thomas <geofft@ldpreload.com>2017-08-23 20:18:01 -0400
committerNiels Thykier <niels@thykier.net>2017-08-24 05:25:37 +0000
commit3e2178efae2a2ce3ec9b8c56c7709370887a3652 (patch)
treea5f8a740949d0ccec60e751180c40da4bef0a921 /run
parent19c6759de88638cb841c92b6038c8e0298242f68 (diff)
downloaddebhelper-3e2178efae2a2ce3ec9b8c56c7709370887a3652.tar.gz
Support building on case-insensitive filesystems
Move Debian/ to lib subdirectory to support building on non-case-sensitive filesystems.
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 2c749764..304deaf2 100755
--- a/run
+++ b/run
@@ -7,7 +7,7 @@ export PATH
# Ensure that builds are self-hosting, which means I have to use the .pm
# files in this package, not any that may be on the system.
-export PERL5LIB=$(pwd)
+export PERL5LIB=$(pwd)/lib
# If any automatic script generation is done in building this package,
# be sure to use the new templates from this package.