summaryrefslogtreecommitdiffstats
path: root/meta/packages/apt/files/apt.conf
blob: 944233c34751a9a0520b0aca07686d447d246af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Dir "${STAGING_DIR}/"
{
   State "var/lib/apt/"
   {
      Lists "lists/";
      status "${IMAGE_ROOTFS}/${localstatedir}/lib/dpkg/status";
   };
   Cache "var/cache/apt/"
   {
      Archives "archives/";
      pkgcache "";
      srcpkgcache "";
   };
   Bin "${STAGING_BINDIR}/"
   {
      methods "${STAGING_LIBDIR}/apt/methods/";
      gzip "/bin/gzip";
      dpkg "dpkg";
      dpkg-source "dpkg-source";
      dpkg-buildpackage "dpkg-buildpackage";
      apt-get "apt-get";
      apt-cache "apt-cache";
   };
};