diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-12 17:17:49 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-12 17:17:49 -0500 |
commit | 49adc59474027390eb53eb749a7bc95492142582 (patch) | |
tree | 101b98082215eb81a8b34f83e73b1c991a3114bc /debian/rules | |
parent | 491c62f5b0a105361fe806d898fcbb518e7fcd65 (diff) |
* Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ef0e7f827..bf0c65a43 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ build-stamp: dh_testdir perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor # taint checking disabled due to perl bug #411786 - $(MAKE) NOTAINT=1 + NOTAINT=1 $(MAKE) $(MAKE) test touch build-stamp |