Added correct PATH and SBOX_REDIRECT_IGNORE and PERL5LIB envs in rules for libspiffy...
[pkg-perl] / deb-src / libspiffy-perl / libspiffy-perl-0.30 / debian / rules
index 5c7650c..98ba5bc 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