From 33b8621e242660028c84ee0c6b64b1923288d356 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 12 Feb 2015 22:06:50 -0500 Subject: build-release: remove the bin/ directory from libreboot_util --- 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 # ---------------------------------------------------------------------------------------------------------------------------- -- cgit v0.9.1