diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-11 11:05:46 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-11 11:05:46 +0200 |
commit | ce4ed8350245ab26acf3ca568b23a614de25fe57 (patch) | |
tree | 07ba1602488101eb5e0baeb54dac352b2a88b18c | |
parent | 995e3e6f526ea5899557674fcae85234f29f0508 (diff) | |
download | vdr-plugin-dxr3-ce4ed8350245ab26acf3ca568b23a614de25fe57.tar.gz vdr-plugin-dxr3-ce4ed8350245ab26acf3ca568b23a614de25fe57.tar.bz2 |
No need to exclude .git from tarball.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -117,8 +117,7 @@ dist: clean @mkdir $(TMPDIR)/$(ARCHIVE) @cp -a * $(TMPDIR)/$(ARCHIVE) @tar czf $(PACKAGE).tgz -C $(TMPDIR) \ - --owner=root --group=root --exclude .git --exclude .gitignore \ - $(ARCHIVE) + --owner=root --group=root --exclude .gitignore $(ARCHIVE) @-rm -rf $(TMPDIR)/$(ARCHIVE) @echo Distribution package created as $(PACKAGE).tgz |