diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-29 10:48:36 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 10:48:36 +0000 |
| commit | 632d2789fa5135a3e6895905a62ed8ef5feceb32 (patch) | |
| tree | 085d927bdf7f2d27fc1e5bf9def714ddfd1ebd17 | |
| parent | a72518624e25ebec998b362dd02b85160ad2caba (diff) | |
| download | poky-632d2789fa5135a3e6895905a62ed8ef5feceb32.tar.gz | |
apt: Set preferences location in apt.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@973 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/apt/files/apt.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/apt/files/apt.conf b/meta/packages/apt/files/apt.conf index 37785871db..5d2225f050 100644 --- a/meta/packages/apt/files/apt.conf +++ b/meta/packages/apt/files/apt.conf | |||
| @@ -21,6 +21,10 @@ Dir "${STAGING_DIR}/" | |||
| 21 | apt-get "apt-get"; | 21 | apt-get "apt-get"; |
| 22 | apt-cache "apt-cache"; | 22 | apt-cache "apt-cache"; |
| 23 | }; | 23 | }; |
| 24 | Etc "etc/apt/" | ||
| 25 | { | ||
| 26 | Preferences "preferences"; | ||
| 27 | }; | ||
| 24 | }; | 28 | }; |
| 25 | 29 | ||
| 26 | APT | 30 | APT |
