compat-drivers: remove 'v' prefix from version on ChangeLog
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 10 Jan 2013 20:59:24 +0000 (12:59 -0800)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 10 Jan 2013 20:59:24 +0000 (12:59 -0800)
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>
scripts/gen-release.sh

index 4573cc2980f6a4fc543e8f6ffa3287181a78bcd7..47518f2581475ff4c630ab5423d1c01326036557 100755 (executable)
@@ -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