diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-03-24 13:58:29 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-03-24 13:58:29 +0000 |
commit | 7743b2793cae68e3ef70e64b67e85c7166e5aac6 (patch) | |
tree | 240708727c71e5993948231714ce6e0a5426eca9 /main/linux-scst/setlocalversion.patch | |
parent | 7b7af3b42a8304c2c4a6bd851dc29209e03b52e6 (diff) | |
download | aports-7743b2793cae68e3ef70e64b67e85c7166e5aac6.tar.bz2 aports-7743b2793cae68e3ef70e64b67e85c7166e5aac6.tar.xz |
main/{linux-scst|scstadmin}: move from testing to main
Diffstat (limited to 'main/linux-scst/setlocalversion.patch')
-rw-r--r-- | main/linux-scst/setlocalversion.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/linux-scst/setlocalversion.patch b/main/linux-scst/setlocalversion.patch new file mode 100644 index 0000000000..d82eb170ab --- /dev/null +++ b/main/linux-scst/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. |