mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-16 06:15:08 -05:00
contrib: Use sysconfdir instead of /etc
Don't force people to see /etc. Signed-off-by: William Giokas <1007380@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
f9280a0523
commit
0f486adfec
@ -478,8 +478,8 @@ _key_longopts=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
_pacman_key_options=(
|
_pacman_key_options=(
|
||||||
'--config[Use an alternate config file (instead of /etc/pacman.con)]: :_files'
|
'--config[Use an alternate config file (instead of @sysconfdir@/pacman.conf)]: :_files'
|
||||||
'--gpgdir[Set an alternate directory for GnuPG (instead of /etc/pacman.d/gnupg)]: :_files -/'
|
'--gpgdir[Set an alternate directory for GnuPG (instead of @sysconfdir@/pacman.d/gnupg)]: :_files -/'
|
||||||
'--keyserver[Specify a keyserver to use if necessary]'
|
'--keyserver[Specify a keyserver to use if necessary]'
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -585,7 +585,7 @@ _makepkg_longopts=(
|
|||||||
'--allsource[Generate a source-only tarball including downloaded source]'
|
'--allsource[Generate a source-only tarball including downloaded source]'
|
||||||
'--asroot[Allow makepkg to run as root user]'
|
'--asroot[Allow makepkg to run as root user]'
|
||||||
'--check[Run check() function in the PKGBUILD]'
|
'--check[Run check() function in the PKGBUILD]'
|
||||||
'--config[Use an alternate config file instead of '/etc/makepkg.conf']: :_files'
|
'--config[Use an alternate config file instead of '@sysconfdir@/makepkg.conf']: :_files'
|
||||||
'--holdver[Prevent automatic version bumping for development PKGBUILDs]'
|
'--holdver[Prevent automatic version bumping for development PKGBUILDs]'
|
||||||
'--key[Specify key to use for gpg signing instead of the default]: :_keys'
|
'--key[Specify key to use for gpg signing instead of the default]: :_keys'
|
||||||
'--nocheck[Do not run the check() function in the PKGBUILD]'
|
'--nocheck[Do not run the check() function in the PKGBUILD]'
|
||||||
|
Loading…
Reference in New Issue
Block a user