summaryrefslogtreecommitdiffstats
path: root/main/iw
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-12-21 17:59:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-03 13:03:38 +0000
commit032b107047db0974c98981a071e42d9a0e945c15 (patch)
tree5d5ea07dbfe38621e00a7da4df095f5143345858 /main/iw
parent0ddb784b4d6201c7a22122cc89d631a1bf296754 (diff)
downloadaports-032b107047db0974c98981a071e42d9a0e945c15.tar.bz2
aports-032b107047db0974c98981a071e42d9a0e945c15.tar.xz
main/iw: remove patch (was fixed by upstream)
Diffstat (limited to 'main/iw')
-rw-r--r--main/iw/iw-git-version.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/iw/iw-git-version.patch b/main/iw/iw-git-version.patch
deleted file mode 100644
index 0286eb488..000000000
--- a/main/iw/iw-git-version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./version.sh.orig
-+++ ./version.sh
-@@ -5,7 +5,7 @@
-
- echo '#include "iw.h"' > "$OUT"
-
--if head=`git rev-parse --verify HEAD 2>/dev/null`; then
-+if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
- git update-index --refresh --unmerged > /dev/null
- descr=$(git describe)
-