diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-12 22:06:50 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-12 22:06:50 (EST) |
commit | 33b8621e242660028c84ee0c6b64b1923288d356 (patch) | |
tree | c0a27ab87617b116c4b2063b6d1a371b2b0f794a | |
parent | a059396ca10700fb814dc62a76f5cc7dbaf7384b (diff) | |
download | libreboot-33b8621e242660028c84ee0c6b64b1923288d356.zip libreboot-33b8621e242660028c84ee0c6b64b1923288d356.tar.gz libreboot-33b8621e242660028c84ee0c6b64b1923288d356.tar.bz2 |
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 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 # ---------------------------------------------------------------------------------------------------------------------------- |