From 75f1f52cfb0411e995e6d005daae0c9d7d992507 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 21 Apr 2009 17:24:17 +0000 Subject: remove duplicate/incorrect perl inline command --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ab0336..f24bef5 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ clean: dis: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) - find $(NAME)-$(VERSION) -name '*.pl' -o -name drakmenustyle | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g' tar cjf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1