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 0cdcb97..11b2951 100755 --- a/build-release +++ b/build-release @@ -351,6 +351,9 @@ cp ich9macchange libreboot_util/ # for changing the GRUB background cp grub-background libreboot_util/ +# remove the bin/ directory from libreboot_util +rm -rf libreboot_util/bin/ + # ### Create the release tarballs # ---------------------------------------------------------------------------------------------------------------------------- |