The following commit has been merged in the master branch:
commit b340dcb5bc40d0ba7a45d0887c77d493ad6265ae
Author: Guillem Jover <[email protected]>
Date:   Tue Apr 23 19:54:14 2013 +0200

    build: Add dselect methods directory to PERL5LIB in run-script

diff --git a/run-script b/run-script
index d70af9c..cebab5b 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 "$@"

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to