aboutsummaryrefslogtreecommitdiffstats
path: root/core/apk-tools/version.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-26 14:32:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-26 14:32:07 +0000
commit08be4cd7d8531bae1eb7574d8b2d7d0c4db5cda2 (patch)
treedeb64b4446c75d2908c4fc61d53c5e08945c8e3a /core/apk-tools/version.patch
parent3feee61202f83526a8a637bd95af5586fa867dd3 (diff)
downloadaports-08be4cd7d8531bae1eb7574d8b2d7d0c4db5cda2.tar.bz2
aports-08be4cd7d8531bae1eb7574d8b2d7d0c4db5cda2.tar.xz
core/apk-tools: fix fd leak
and cleanup old unused patches
Diffstat (limited to 'core/apk-tools/version.patch')
-rw-r--r--core/apk-tools/version.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/apk-tools/version.patch b/core/apk-tools/version.patch
deleted file mode 100644
index f1bec3b321..0000000000
--- a/core/apk-tools/version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Make.rules b/Make.rules
-index c864064..81881a7 100644
---- a/Make.rules
-+++ b/Make.rules
-@@ -47,7 +47,7 @@ export srctree objtree
- ##
- # Consult SCM for better version string.
-
--GIT_REV := $(shell git describe || echo exported)
-+GIT_REV := $(shell test -d .git && git describe || echo exported)
- ifneq ($(GIT_REV), exported)
- FULL_VERSION := $(patsubst $(PACKAGE)-%,%,$(GIT_REV))
- FULL_VERSION := $(patsubst v%,%,$(FULL_VERSION))