diff options
author | Jay Freeman <saurik@saurik.com> | 2010-02-24 09:18:36 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2010-02-24 09:18:36 +0000 |
commit | 22455069ed7b4f5195d8b691d15fb50acffcbb81 (patch) | |
tree | dea9362fa499707e87a815c4aca56ec360f8cd59 | |
parent | d803bf209be87bc097f37b22d41a5ebd13ead16d (diff) |
Add /etc/apt/preferences.d.
git-svn-id: http://svn.telesphoreo.org/trunk@702 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | data/_apt7/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/_apt7/make.sh b/data/_apt7/make.sh index e71defc10..272655a7f 100644 --- a/data/_apt7/make.sh +++ b/data/_apt7/make.sh @@ -4,6 +4,7 @@ DPKG_ARCH=$(ls -d $(PKG_WORK_ dpkg)/dpkg-*/scripts) pkg:configure --disable-nls make pkg: mkdir -p /etc/apt/apt.conf.d +pkg: mkdir -p /etc/apt/preferences.d pkg: mkdir -p /etc/apt/sources.list.d pkg: mkdir -p /var/cache/apt/archives/partial pkg: mkdir -p /var/lib/apt/lists/partial |