Added correct PATH and SBOX_REDIRECT_IGNORE and PERL5LIB envs in rules for libemail...
[pkg-perl] / deb-src / libemail-date-format-perl / libemail-date-format-perl-1.002 / debian / rules
index 768a505..f8ca537 100755 (executable)
@@ -7,6 +7,10 @@
 # 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