diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION = 10.6.4 +VERSION = 10.6.5 NAME = drakconf SUBDIRS = po pixmaps #data localedir = $(DESTDIR)/usr/share/locale @@ -40,7 +40,7 @@ dis: clean rm -rf $(NAME)-$(VERSION) changelog: - svn2cl --authors ../common/username.xml --accum + svn2cl --authors ../common/username.xml --accum --strip-prefix=/control-center/trunk/ rm -f ChangeLog.bak |