diff options
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" |