From 2d2689d54c639fb8e6d4527715d5620151ee75be Mon Sep 17 00:00:00 2001 From: Marja van Waes Date: Thu, 12 Dec 2013 17:52:58 +0100 Subject: add Kamil's patch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eef24ce..83999ff 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = drakx-installer-help -VERSION = 4.0 +VERSION = 4.1 HTML_FILES = acceptLicense.html \ add_supplemental_media.html \ @@ -54,7 +54,7 @@ dir: mkdir $(PACKAGE)-$(VERSION) localcopy: - tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION) + tar c --exclude=.git $(FILES) | tar x -C $(PACKAGE)-$(VERSION) tar: tar cvYf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) -- cgit v1.2.1