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.
This commit is contained in:
Aluísio Augusto Silva Gonçalves 2019-06-24 14:57:20 -03:00 committed by Juan RP
parent 536aa8c5c0
commit 3ad7858f09

View file

@ -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