diff options
author | David Sommerseth <davids@redhat.com> | 2009-08-10 13:08:42 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-08-10 13:08:42 +0200 |
commit | 5045e99422d6b19d4ba13b00b3b45a96017ae906 (patch) | |
tree | 109343a7e684b21e8ffaa73e8b2a3b74205ae1e9 | |
parent | 392a9976b14d558d4b2f331b5a44ee97912fc5e3 (diff) | |
download | python-dmidecode-5045e99422d6b19d4ba13b00b3b45a96017ae906.tar.gz python-dmidecode-5045e99422d6b19d4ba13b00b3b45a96017ae906.tar.xz python-dmidecode-5045e99422d6b19d4ba13b00b3b45a96017ae906.zip |
Removed not needed lib/ directory from tarball rule
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |