diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-12-21 17:59:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 13:03:38 +0000 |
commit | 032b107047db0974c98981a071e42d9a0e945c15 (patch) | |
tree | 5d5ea07dbfe38621e00a7da4df095f5143345858 /main/iw | |
parent | 0ddb784b4d6201c7a22122cc89d631a1bf296754 (diff) | |
download | aports-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.patch | 11 |
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 0286eb4889..0000000000 --- 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) - |