From d389fcb8b698b7f1834e94845f546e374ee711bf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 06:48:54 +0000 Subject: move perl cleaning from dist time to install time (needed for next commit) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a101161..bf850e67 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ clean: install: all $(MAKE) -C po $@ + find -name '*.p[lm]' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g' install -d $(DESTDIR)/usr/{bin/,share/icons} install -d $(DESTDIR)/usr/sbin install -d $(mcc_dir)/themes/default/ @@ -57,7 +58,6 @@ dist: clean dist-svn: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) - find $(NAME)-$(VERSION) -name '*.p[lm]' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g' tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1