aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-scst/setlocalversion.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-10-05 10:00:22 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-10-05 10:06:30 +0000
commitad1c2d730e7d9bf73112bae8b8935e1c1327181e (patch)
tree1aa06d7cb6f32f662a0c5ce123d053c92bf6700c /main/linux-scst/setlocalversion.patch
parent3bef980d7c43dff9d82349aeb708cb179fc2ebed (diff)
downloadaports-ad1c2d730e7d9bf73112bae8b8935e1c1327181e.tar.bz2
aports-ad1c2d730e7d9bf73112bae8b8935e1c1327181e.tar.xz
main/linux-scst: update scst to 2.1.0 and kernel to 2.6.39.4
Diffstat (limited to 'main/linux-scst/setlocalversion.patch')
-rw-r--r--main/linux-scst/setlocalversion.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/linux-scst/setlocalversion.patch b/main/linux-scst/setlocalversion.patch
deleted file mode 100644
index d82eb170ab..0000000000
--- a/main/linux-scst/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.