diff options
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release index 4b07c5e..a2ff513 100755 --- a/build-release +++ b/build-release @@ -383,6 +383,9 @@ rm -f libreboot_src/ich9fdgbe_4m.bin rm -rf libreboot_src/tobuild/ rm -f libreboot_src/tobuild.tar.xz +# delete the "commitid" file (releases are tagged in git) +rm -f libreboot_src/commitid + echo "Creating compressed libreboot_src release archive" # create lzma compressed src archive |