diff options
author | 2004-08-04 05:47:43 +0000 | |
---|---|---|
committer | 2004-08-04 05:47:43 +0000 | |
commit | 9c6e0d6b1292da10041e9f1af86b0197b540aeed (patch) | |
tree | e13bd721299fd8a458bd5efeae8beda2e0336060 /profiles/uclibc/arm | |
parent | fixed typo for virtual/module-init-tools (diff) | |
download | gentoo-2-9c6e0d6b1292da10041e9f1af86b0197b540aeed.tar.gz gentoo-2-9c6e0d6b1292da10041e9f1af86b0197b540aeed.tar.bz2 gentoo-2-9c6e0d6b1292da10041e9f1af86b0197b540aeed.zip |
set PKGDIR=PORTDIR/packages/CHOST for all uclibc profiles
Diffstat (limited to 'profiles/uclibc/arm')
-rw-r--r-- | profiles/uclibc/arm/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults index f1763a1a8ae5..208e219a2570 100644 --- a/profiles/uclibc/arm/make.defaults +++ b/profiles/uclibc/arm/make.defaults @@ -39,3 +39,5 @@ ACCEPT_KEYWORDS="arm" FEATURES="sandbox sfperms strict nodoc noinfo noman" #FEATURES="${FEATURES} userpriv usersandbox" +PORTDIR=/usr/portage/ +PKGDIR=${PORTDIR}/packages/${CHOST}/ |