summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 07cd35c9f..708c216df 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -23,6 +23,7 @@ clean:
for i in $(DIRS) share/po install/help/po install/share/po; do $(MAKE) -C $$i clean; done;:
rm -rf auto drakxtools*.tar* *.bak
find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f
+ rm -rf $(PACKAGE)-$(PKGVERSION)*
check_pms_encoding:
@for i in $(ALLPMS); do charset=ascii; grep -q 'use utf8' $$i && charset=utf8; iconv -f $$charset -t $$charset $$i >/dev/null || { echo "bad $$charset character in $$i"; exit 1; }; done
@@ -53,7 +54,6 @@ mo_files : $(MOFILES)
# rules to build tarball
localcopy:
- rm -rf $(PACKAGE)-$(PKGVERSION)*
mkdir -p $(PACKAGE)-$(PKGVERSION)/tools
svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)/perl-install
for i in $(OTHERS); do svn export -q ../$$i $(PACKAGE)-$(PKGVERSION)/$$i; done