From e5412705b673d7a1650741b4c45d87ef915674f1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 26 Oct 2010 13:24:44 +0000 Subject: main/linux-grsec: fix localversion it picked up the aports git repo by mistake --- main/linux-grsec/setlocalversion.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create 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 new file mode 100644 index 0000000000..d82eb170ab --- /dev/null +++ b/main/linux-grsec/setlocalversion.patch @@ -0,0 +1,11 @@ +--- ./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