aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/setlocalversion.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-02-17 15:17:35 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-02-17 15:18:12 -0600
commitda528cb69823d490a8d228dedc4ddab9840d5a3d (patch)
tree36cfbd962a623a54a1237c451ad8733968a7ea10 /main/linux-grsec/setlocalversion.patch
parent0c5ec393f61eabc12956d1206c412992718b52bc (diff)
downloadaports-da528cb69823d490a8d228dedc4ddab9840d5a3d.tar.bz2
aports-da528cb69823d490a8d228dedc4ddab9840d5a3d.tar.xz
Revert "Revert "main/linux-grsec: upgrade to 2.6.37""
Diffstat (limited to 'main/linux-grsec/setlocalversion.patch')
-rw-r--r--main/linux-grsec/setlocalversion.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/linux-grsec/setlocalversion.patch b/main/linux-grsec/setlocalversion.patch
deleted file mode 100644
index d82eb170ab..0000000000
--- 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.