summaryrefslogtreecommitdiffstats
path: root/meta/packages/apt/files
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-16 17:04:54 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-16 17:04:54 +0000
commita4da778e7f6287cde9e49f08a929ce44280cfd4f (patch)
tree01eb3a1df72c4b01b51191f0730b8b7e99d82e00 /meta/packages/apt/files
parent2a13c25cddf704a0484ecde02374fcc4d4ff5816 (diff)
downloadpoky-a4da778e7f6287cde9e49f08a929ce44280cfd4f.tar.gz
apt: Fix STAGING_BINDIR reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1149 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/files')
-rw-r--r--meta/packages/apt/files/apt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/apt/files/apt.conf b/meta/packages/apt/files/apt.conf
index 5d2225f050..6fd653dfcd 100644
--- a/meta/packages/apt/files/apt.conf
+++ b/meta/packages/apt/files/apt.conf
@@ -11,7 +11,7 @@ Dir "${STAGING_DIR}/"
11 pkgcache ""; 11 pkgcache "";
12 srcpkgcache ""; 12 srcpkgcache "";
13 }; 13 };
14 Bin "${STAGING_BINDIR}/" 14 Bin "${STAGING_BINDIR_NATIVE}/"
15 { 15 {
16 methods "${STAGING_LIBDIR}/apt/methods/"; 16 methods "${STAGING_LIBDIR}/apt/methods/";
17 gzip "/bin/gzip"; 17 gzip "/bin/gzip";