From da528cb69823d490a8d228dedc4ddab9840d5a3d Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 17 Feb 2011 15:17:35 -0600 Subject: Revert "Revert "main/linux-grsec: upgrade to 2.6.37"" This reverts commit 70958f8048112de7da9239ae1979d695fdf7e455. --- main/linux-grsec/setlocalversion.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main/linux-grsec/setlocalversion.patch (limited to 'main/linux-grsec/setlocalversion.patch') diff --git a/main/linux-grsec/setlocalversion.patch b/main/linux-grsec/setlocalversion.patch deleted file mode 100644 index d82eb170..00000000 --- a/main/linux-grsec/setlocalversion.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./scripts/setlocalversion.orig -+++ ./scripts/setlocalversion -@@ -43,7 +43,7 @@ - fi - - # Check for git and a git repo. -- if head=`git rev-parse --verify --short HEAD 2>/dev/null`; then -+ if [ -d "$srctree"/.git ] && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then - - # If we are at a tagged commit (like "v2.6.30-rc6"), we ignore - # it, because this version is defined in the top level Makefile. -- cgit v1.2.3