aboutsummaryrefslogtreecommitdiffstats
path: root/testing/iw/iw-git-version.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-02 14:24:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-02 14:24:03 +0000
commit50ccfb291320049d541fc5074a1213a66920383c (patch)
treef30f7c57fa23a4c0e8bf1055271bcda9fffe4bf2 /testing/iw/iw-git-version.patch
parent70389a0d59c21210fa41c3968d6f25525a10022d (diff)
downloadaports-50ccfb291320049d541fc5074a1213a66920383c.tar.bz2
aports-50ccfb291320049d541fc5074a1213a66920383c.tar.xz
main/iw: moved from testing
Diffstat (limited to 'testing/iw/iw-git-version.patch')
-rw-r--r--testing/iw/iw-git-version.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/iw/iw-git-version.patch b/testing/iw/iw-git-version.patch
deleted file mode 100644
index 0286eb4889..0000000000
--- a/testing/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)
-