FS#43030 - [pacman{makepkg}] 4.1.2-7: Allow use of ~/.config/makepkg.conf
Attached to Project:
Pacman
Opened by Marty Plummer (ntzrmtthihu777) - Saturday, 06 December 2014, 23:01 GMT
Last edited by Allan McRae (Allan) - Sunday, 07 December 2014, 04:43 GMT
Opened by Marty Plummer (ntzrmtthihu777) - Saturday, 06 December 2014, 23:01 GMT
Last edited by Allan McRae (Allan) - Sunday, 07 December 2014, 04:43 GMT
|
Details
Description:
Small request, the ability to use either ~/.makepkg.conf or ~/.config/makepkg.conf for user specific makepkg options. Additional info: I personally try to keep ~ pretty clean if possible, including recompiling package to look under ~/.config (AKA XDG_CONFIG_HOME) for their config files/directories. As makepkg is just a bash script I can edit that in myself, but I think it would be favorable for it to become official for the sake of other likeminded individuals. Plus, I know next to nothing about editing man pages, so I figured it was best to ask here. |
This task depends upon
Closed by Allan McRae (Allan)
Sunday, 07 December 2014, 04:43 GMT
Reason for closing: Fixed
Additional comments about closing: fixed somewhere in git
Sunday, 07 December 2014, 04:43 GMT
Reason for closing: Fixed
Additional comments about closing: fixed somewhere in git
SYNOPSIS
/etc/makepkg.conf, $XDG_CONFIG_HOME/pacman/makepkg.conf,
~/.makepkg.conf
so ~/.config/pacman/makepkg.conf will be available soon.