diff options
author | Guillem Jover <guillem@debian.org> | 2013-04-23 19:54:14 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-04-23 21:34:29 +0200 |
commit | b340dcb5bc40d0ba7a45d0887c77d493ad6265ae (patch) | |
tree | 5f0c7a3940d7a7db0b9d8ca74278191f64a37f6a /run-script | |
parent | 82e19f660481997134755f644287d36fbed0273b (diff) | |
download | dpkg-b340dcb5bc40d0ba7a45d0887c77d493ad6265ae.tar.gz |
build: Add dselect methods directory to PERL5LIB in run-script
Diffstat (limited to 'run-script')
-rwxr-xr-x | run-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-script b/run-script index d70af9c6d..cebab5b69 100755 --- a/run-script +++ b/run-script @@ -7,7 +7,7 @@ top_srcdir=`dirname $0` cd "$top_srcdir" # Set up the environment, to use local perl modules and data files. -export PERL5LIB=`pwd`/scripts +export PERL5LIB=`pwd`/scripts:`pwd`/dselect/methods export DPKG_DATADIR=`pwd` exec "$@" |