From: Ben Gras Date: Fri, 17 Sep 2010 14:31:28 +0000 (+0000) Subject: pkgsrc: save binary packages in arch- and osversion dependent dir. X-Git-Tag: v3.1.8~2 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=bcc76fa94e3637568efb3948771d88395c9308cc;p=minix.git pkgsrc: save binary packages in arch- and osversion dependent dir. --- diff --git a/etc/pkgsrc.conf b/etc/pkgsrc.conf index c022d2ffd..0a24032eb 100644 --- a/etc/pkgsrc.conf +++ b/etc/pkgsrc.conf @@ -46,4 +46,7 @@ RCD_SCRIPTS_DIR=/usr/pkg/etc/rc.d # no g- prefix for binutils BINUTILS_PROGRAM_PREFIX= +# where to keep binary packages +PACKAGES=${PKGSRCDIR}/packages/${OS_VERSION}/${MACHINE_ARCH} + .endif # end pkgsrc settings