diff options
author | Aluísio Augusto Silva Gonçalves <aluisio@aasg.name> | 2019-06-24 17:57:20 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2019-06-25 08:40:46 +0000 |
commit | 3ad7858f0961f37e9673345a6833b8204da1b6c7 (patch) | |
tree | 1265f028a26d8ed19b92361b76e367e7e24d4dc2 /etc | |
parent | 536aa8c5c0381cc2b380bf78b0ca9f255e4f2421 (diff) | |
download | void-packages-3ad7858f0961f37e9673345a6833b8204da1b6c7.tar void-packages-3ad7858f0961f37e9673345a6833b8204da1b6c7.tar.gz void-packages-3ad7858f0961f37e9673345a6833b8204da1b6c7.tar.bz2 void-packages-3ad7858f0961f37e9673345a6833b8204da1b6c7.tar.lz void-packages-3ad7858f0961f37e9673345a6833b8204da1b6c7.tar.xz void-packages-3ad7858f0961f37e9673345a6833b8204da1b6c7.tar.zst void-packages-3ad7858f0961f37e9673345a6833b8204da1b6c7.zip |
etc/defaults.conf: point to xbps-create for compression formats
Ensure this comment is always up-to-date by pointing the reader to the
xbps-create manual. Default is not xbps-create's, but comes from the
gen-pkg hook.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/defaults.conf b/etc/defaults.conf index 766ac3ef7f8..a49b36594e6 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -78,11 +78,8 @@ XBPS_SUCMD="sudo /bin/sh -c" #XBPS_DEBUG_PKGS=yes # [OPTIONAL] -# Set the package compression format. Available formats: -# - gzip -# - bzip2 -# - xz (default) -# - none (available since xbps-0.48) +# Set the package compression format (defaults to xz). See xbps-create(1) +# for the available formats. # #XBPS_PKG_COMPTYPE=none |