[arch-general] arch chroot - makepkg.conf - Howto unset $PKGDEST, $SRCDEST, etc...
Guys, I experimented with different locations for PKGDEST, SRCDEST, etc. and now I just want to have the finished package left in the default directory where the PKGBUILD is located. However, when I comment out the PKGDEST, SRCDEST and SRCPKGDEST, the finished packages still show up in the last set PKGDEST directory. Where do I remove this information from the chroot cache so everything is reset to the default and finished packages are left in the original PKGBUILD directory? Also, do I have to edit both $CHROOT/root and $CHROOT/david, or just $CHROOT/david makepkg.conf? -- David C. Rankin, J.D.,P.E.
On 03/23/2012 04:49 PM, David C. Rankin wrote:
Where do I remove this information from the chroot cache so everything is reset to the default and finished packages are left in the original PKGBUILD directory?
Also, do I have to edit both $CHROOT/root and $CHROOT/david, or just $CHROOT/david makepkg.conf?
Sorry for the noise, seemed I slipped and did a vi /etc/makepkg.conf when I set the PKGDEST. I don't understand why that mattered, but removing the setting from the host system makepkg.conf allowed the chroot/etc/makepkg.conf to put the packages in their default location. (an 'id 10 t' error, or in all caps w/o spaces 'ID10T' error :) -- David C. Rankin, J.D.,P.E.
participants (1)
-
David C. Rankin