diff options
author | Geoffrey Thomas <geofft@ldpreload.com> | 2017-08-23 20:18:01 -0400 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-08-24 05:25:37 +0000 |
commit | 3e2178efae2a2ce3ec9b8c56c7709370887a3652 (patch) | |
tree | a5f8a740949d0ccec60e751180c40da4bef0a921 /run | |
parent | 19c6759de88638cb841c92b6038c8e0298242f68 (diff) | |
download | debhelper-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-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |