diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 03:06:50 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 03:06:50 +0000 |
commit | 33b8621e242660028c84ee0c6b64b1923288d356 (patch) | |
tree | c0a27ab87617b116c4b2063b6d1a371b2b0f794a | |
parent | a059396ca10700fb814dc62a76f5cc7dbaf7384b (diff) | |
download | librebootfr-33b8621e242660028c84ee0c6b64b1923288d356.tar.gz librebootfr-33b8621e242660028c84ee0c6b64b1923288d356.zip |
build-release: remove the bin/ directory from libreboot_util
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release index 0cdcb975..11b29518 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 # ---------------------------------------------------------------------------------------------------------------------------- |