You are not logged in.
Pages: 1
Hi,
I use yaourt for downloading and installing programs from AUR. I want to export the built packages to a directory, so these are the relevant settings in my .yaourtrc:
EXPORT=1 # Export to 1: EXPORTDIR or PKGDEST
# 2: pacman cache (as root)
EXPORTSRC=0 # Need EXPORT>0 to be used
EXPORTDIR="/home/myself/software/AUR" # If empty, use makepkg's connfiguration (see makepkg.conf)
My problem (more a nuisance) is that yaourt also saves the downloaded source file. So, when I issue the command yaourt -S package-query I get two files in my /software/AUR folder:
package-query-1.1.tar.gz (downloaded source file)
package-query-1.1-2-x86_64.pkg.tar.xz (the built package)
I want to save the package and not the source, but I can't seem to find an option in yaourtrc how to do this. Or am I looking in the wrong place?
Thanks!
Rogier
Offline
Pages: 1