Skip to content

Commit

Permalink
Fix release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade authored Jul 8, 2022
1 parent fd61b95 commit 6c99680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "CONFIG_APPLE_BCE=m" >> "/root/rpmbuild/SOURCES/kernel-local"
echo "CONFIG_APPLE_IBRIDGE=m" >> "/root/rpmbuild/SOURCES/kernel-local"

### Change buildid to mbp
sed -i "s/# define buildid.*/%define buildid .t2-fc36/" "/root/rpmbuild"/SPECS/kernel.spec
sed -i "s/# define buildid.*/%define buildid .t2/" "/root/rpmbuild"/SPECS/kernel.spec

### Build non-debug rpms
cd "/root/rpmbuild"/SPECS
Expand Down

0 comments on commit 6c99680

Please sign in to comment.