From 5045e99422d6b19d4ba13b00b3b45a96017ae906 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 10 Aug 2009 13:08:42 +0200 Subject: Removed not needed lib/ directory from tarball rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b2e226..107dbdb 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ clean: tarball: rm -rf $(PACKAGE)-$(VERSION) mkdir $(PACKAGE)-$(VERSION) - cp -r contrib doc examples lib Makefile man README src dmidecode.py $(PACKAGE)-$(VERSION) + cp -r contrib doc examples Makefile man README src dmidecode.py $(PACKAGE)-$(VERSION) tar -czvf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) rpm: tarball -- cgit