Added correct PATH and SBOX_REDIRECT_IGNORE and PERL5LIB envs in rules for libmodule...
[pkg-perl] / deb-src / libmodule-pluggable-perl / libmodule-pluggable-perl-3.8 / debian / rules
index 3b18717..e132f67 100755 (executable)
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export SBOX_REDIRECT_IGNORE:=/usr/bin/perl
+unexport PERL5LIB
+export PATH:=/usr/bin/dh7:/usr/bin:$(PATH)
+
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1