summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fcd8df2..eb4f727 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LIB_SCRIPTS_IN := apatch rpatch patchfns backup-files
LIB_SCRIPTS := touched-by-patch parse-patch
#LIB_LIB := patchfns
-VERSION := 0.11
+VERSION := 0.11.1
prefix := /usr/local
bindir := $(prefix)/bin
@@ -42,7 +42,7 @@ dist : distclean
ln -s . patch-scripts-$(VERSION)
tar cvfz patch-scripts-$(VERSION).tar.gz \
--exclude=patch-scripts-$(VERSION)/patch-scripts-* \
- --exclude=patch-scripts-$(VERSION)/CVS \
+ --exclude=CVS \
patch-scripts-$(VERSION)/*
rm -f patch-scripts-$(VERSION)