Fix kernel-rebuild detection of gcc
This commit is contained in:
parent
55feba1310
commit
d322cf189a
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ rlJournalStart
|
|||
rlLogInfo "REBOOTCOUNT=$REBOOTCOUNT"
|
||||
rlLogInfo "RPM_BUILD_ID=$RPM_BUILD_ID"
|
||||
|
||||
rlRun "GCC=$(rpm -ql $GCC_PACKAGE | grep -E 'usr/bin/gcc$')"
|
||||
rlLogInfo "GCC=$GCC"
|
||||
|
||||
rlRun "AFTER_REBOOT=no"
|
||||
|
||||
if [ "$REBOOTCOUNT" != "0" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue