]> sipb.mit.edu Git - ikiwiki.git/blobdiff - debian/rules
Remove trailing whitespace
[ikiwiki.git] / debian / rules
index af33131d9b92554414e67258a2aa397374ef5ce3..ef0e7f82780519992456c6b659a86a11cec73041 100755 (executable)
@@ -4,7 +4,8 @@ build: build-stamp
 build-stamp:
        dh_testdir
        perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
-       $(MAKE)
+       # taint checking disabled due to perl bug #411786
+       $(MAKE) NOTAINT=1
        $(MAKE) test
        touch build-stamp