aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVMiklos <vmiklos@frugalware.org>2007-08-21 21:12:00 +0200
committerVMiklos <vmiklos@frugalware.org>2007-08-21 21:12:00 +0200
commit1c3f19fea2f75bc8d5f644b75fb3b0118a840e27 (patch)
tree414c3d819315038dd1b24d7d34f2a81d13a4c7f7
parent127966f9709beddff018657dcc5dd78b2cbf9cee (diff)
erm, now really
-rw-r--r--skype/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 4cf9ef56..2b549283 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -26,13 +26,12 @@ distclean: clean
rm -f configure install-sh aclocal.m4
dist:
- git-archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD > bitlbee-skype-$(VERSION).tar
+ git-archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf -
mkdir -p bitlbee-skype-$(VERSION)
git log --no-merges |git name-rev --tags --stdin > bitlbee-skype-$(VERSION)/Changelog
make -C bitlbee-skype-$(VERSION) prepare
- tar rf bitlbee-skype-$(VERSION).tar bitlbee-skype-$(VERSION)/Changelog
+ tar czf bitlbee-skype-$(VERSION).tar.gz bitlbee-skype-$(VERSION)
rm -rf bitlbee-skype-$(VERSION)
- gzip -f -9 bitlbee-skype-$(VERSION).tar
release:
git tag $(VERSION)