diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-29 14:57:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-09-11 11:12:11 -0700 |
commit | 7ebe33811989b72e1e48481641b6db56f9abbfb2 (patch) | |
tree | ddfd8fbfdb2d4a28fb52c983e4ba72d898c5f05b /etc | |
parent | arm64 definition: add a subarch "aarch64" identical to "arm64" (diff) | |
download | catalyst-7ebe33811989b72e1e48481641b6db56f9abbfb2.tar.gz catalyst-7ebe33811989b72e1e48481641b6db56f9abbfb2.tar.bz2 catalyst-7ebe33811989b72e1e48481641b6db56f9abbfb2.zip |
etc: Add some possible settings to catalystrc
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/catalystrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/catalystrc b/etc/catalystrc index e7904128..176f106a 100755 --- a/etc/catalystrc +++ b/etc/catalystrc @@ -1,2 +1,4 @@ #!/bin/bash -# This is an example catalystrc. As such, it doesn't actually *do* anything. + +# export BINPKG_COMPRESS="gzip" +# export BINPKG_COMPRESS_FLAGS="-7" |