diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:11:47 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:12:52 +0100 |
commit | c21e85bbfe85057208af548fc13d5bcc14aca86b (patch) | |
tree | e66824b3a3f45c057a2fe6cfa16820f3f33febe1 /resources/scripts | |
parent | 6aea9b8beb130b109a3c5a9a99c65a173c271bfd (diff) | |
download | librebootfr-c21e85bbfe85057208af548fc13d5bcc14aca86b.tar.gz librebootfr-c21e85bbfe85057208af548fc13d5bcc14aca86b.zip |
Delete obsolete information about coreboot-libre trimming
This feature was removed from libreboot, so it's nonsense that
it's still documented.
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/release/src | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/release/src b/resources/scripts/helpers/build/release/src index c9303950..f604d617 100755 --- a/resources/scripts/helpers/build/release/src +++ b/resources/scripts/helpers/build/release/src @@ -74,11 +74,9 @@ rm -f "${distdir}/push" rm -Rf "${distdir}/resources/utilities/coreboot-libre/" # Download scripts not needed, because the modules already exist -# in the src release archive. Trim scripts also not needed, because -# the sources in the _src release archive are already trimmed. +# in the src release archive rm -f "${distdir}/download" rm -Rf "${distdir}/resources/scripts/helpers/download/" -rm -Rf "${distdir}/resources/scripts/helpers/build/trim/" # The release archive for _src does not include docs, so it # is nonsense to include the script for it there |