summaryrefslogtreecommitdiffstats
path: root/scripts/create_headers_tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create_headers_tarball.sh')
-rwxr-xr-xscripts/create_headers_tarball.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/create_headers_tarball.sh b/scripts/create_headers_tarball.sh
index cb57db634..5105f790c 100755
--- a/scripts/create_headers_tarball.sh
+++ b/scripts/create_headers_tarball.sh
@@ -27,10 +27,8 @@ STABLE=`grep "%define stable_update" kernel.spec| cut -d ' ' -f 3`
RC=`grep "%global rcrev" kernel.spec| cut -d ' ' -f 3`
GITREV=`grep "%define gitrev" kernel.spec| cut -d ' ' -f 3`
if [ $RELEASED -eq 0 ]; then
- #cd kernel-$MAJORVER.$BASE.fc??
- cd kernel-5.0-rc$RC.fc??
- #NEWBASE=$(($BASE+1))
- NEWBASE=0
+ cd kernel-$MAJORVER.$BASE.fc??
+ NEWBASE=$(($BASE+1))
KVER=$MAJORVER.$NEWBASE.0-0.rc$RC.git$GITREV.$BASERELEASE
cd linux-$MAJORVER.$NEWBASE.0-0.rc$RC.git$GITREV.$BASERELEASE.fc*/
else