summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-10 12:59:24 -0800
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-10 12:59:24 -0800
commit8a03812c503e1ddff9f7d83e9433bd7a3ff87ef9 (patch)
treea635fa1fb1dc10f771d21e7629dde61d7d2d80c6 /scripts
parent37969ca15281a2e9229b45e1b9a4eef2c630d30b (diff)
compat-drivers: remove 'v' prefix from version on ChangeLog
As with the previous commit this follows the kernel.org model as well as the older releases we were making. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-release.sh b/scripts/gen-release.sh
index 4573cc29..47518f25 100755
--- a/scripts/gen-release.sh
+++ b/scripts/gen-release.sh
@@ -179,7 +179,7 @@ if [[ $COMPAT_DRIVERS_BRANCH != $TARGET_KERNEL_RELEASE && $BASE_TREE != "linux-n
fi
cd $COMPAT_DRIVERS_DIR
-CHANGELOG_FILE="ChangeLog-$(git describe| sed -e 's|compat-drivers-||')"
+CHANGELOG_FILE="ChangeLog-$(git describe| sed -e 's|compat-drivers-v||')"
if [[ $COMPAT_DRIVERS_BRANCH != "master" ]]; then