From 49adc59474027390eb53eb749a7bc95492142582 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Feb 2008 17:17:49 -0500 Subject: * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') 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 -- cgit v1.2.3