Merge pull request #134270 from kini/acl2-update

acl2: Fix typo in cleanup commands
This commit is contained in:
Michael Raskin 2021-08-16 05:17:24 +00:00 committed by GitHub
commit 802dd8829c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
# Clean up some stuff to save space
find -name '*@useless-runes.lsp' -execdir rm {} + # saves ~1GB of space
find -name '*.cert.out' -execdir gz {} + # saves ~400MB of space
find -name '*.cert.out' -execdir gzip {} + # saves ~400MB of space
popd
'';