summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Morgan <morgan@kernel.org>2007-07-30 23:03:32 -0700
committerAndrew Morgan <morgan@kernel.org>2007-07-30 23:03:32 -0700
commit7aa63b009867f10dcfd50b316835c3e5328bafe6 (patch)
tree03a46b1199527a459eb6c891c0d3597a131c8726 /Makefile
parent864ee3b73406ca56fc882650418265fea7aa7608 (diff)
downloadlibcap2-7aa63b009867f10dcfd50b316835c3e5328bafe6.tar.gz
Update for 1.96 release.libcap-1.96
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c704f41..5ae908b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,4 @@ distclean: clean
$(DISTCLEAN)
release: distclean
- cd .. ; tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)
+ cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)