You are not logged in.
Hi,
I want to build and install a manually selected package, and save the built package, too. The latter without using the EXPORTDIR option in /etc/yaourtrc. Something like
$ yaourt -S something-from-aur <magic-option> ~/my-save-directory
Is there a way?
Offline
Nothing to do with Pacman; moving to AUR Issues...
Offline
Try yaourt -G to download and makepkg to build. git and many other AUR helpers can be used too.
Offline
I think the --export option is what you are looking for.
$ yaourt -S something-from-aur --export ~/my-save-directory
Last edited by michis (2015-12-12 17:44:35)
Offline
Thanks, that's it.
Offline