summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-08-10 13:08:42 +0200
committerDavid Sommerseth <davids@redhat.com>2009-08-10 13:08:42 +0200
commit5045e99422d6b19d4ba13b00b3b45a96017ae906 (patch)
tree109343a7e684b21e8ffaa73e8b2a3b74205ae1e9
parent392a9976b14d558d4b2f331b5a44ee97912fc5e3 (diff)
downloadpython-dmidecode-5045e99422d6b19d4ba13b00b3b45a96017ae906.tar.gz
python-dmidecode-5045e99422d6b19d4ba13b00b3b45a96017ae906.tar.xz
python-dmidecode-5045e99422d6b19d4ba13b00b3b45a96017ae906.zip
Removed not needed lib/ directory from tarball rule
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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