From 3f2d3e5672fa955ce3c2cf4a4c792f5f50b1aa47 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 28 Mar 2009 18:04:23 +0000 Subject: [PATCH] Clifford Wolf: fixed iw build for git working copies diff --git a/package/base/iw/no-git.patch b/package/base/iw/no-git.patch new file mode 100644 index 0000000..75c40c3 [2009031215395696750] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9417 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/iw/no-git.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/base/iw/no-git.patch diff --git a/package/base/iw/no-git.patch b/package/base/iw/no-git.patch new file mode 100644 index 000000000..75c40c334 --- /dev/null +++ b/package/base/iw/no-git.patch @@ -0,0 +1,11 @@ +--- ./version.sh.orig 2009-03-06 18:03:48.000000000 +0100 ++++ ./version.sh 2009-03-06 18:03:57.000000000 +0100 +@@ -3,7 +3,7 @@ + VERSION="0.9.9" + OUT="version.h" + +-if head=`git rev-parse --verify HEAD 2>/dev/null`; then ++if false && head=`git rev-parse --verify HEAD 2>/dev/null`; then + git update-index --refresh --unmerged > /dev/null + descr=$(git describe) +