aboutsummaryrefslogtreecommitdiffstats
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
parent864ee3b73406ca56fc882650418265fea7aa7608 (diff)
downloadlibcap-7aa63b009867f10dcfd50b316835c3e5328bafe6.tar.gz
Update for 1.96 release.libcap-1.96
-rw-r--r--Make.Rules2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Make.Rules b/Make.Rules
index c6cd200..9817990 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -41,7 +41,7 @@ LIBDIR=$(FAKEROOT)$(lib_prefix)/$(lib)
# common defines for libcap
LIBTITLE=libcap
VERSION=1
-MINOR=95
+MINOR=96
#
# Compilation specifics
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)