]> git.saurik.com Git - apt.git/commit - CMake/config.h.in
Make directory paths configurable
authorJulian Andres Klode <jak@debian.org>
Tue, 23 Aug 2016 17:41:58 +0000 (19:41 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 26 Aug 2016 20:17:54 +0000 (22:17 +0200)
commit8757a0fdeee00ea6a7cc717188a0e129ad8a553c
treecd13473faa06c189bfd915b835af065e6a2abf11
parentdd7758b9245275a31fde70218db9a531c5859c26
Make directory paths configurable

This allows other vendors to use different paths, or to build
your own APT in /opt for testing. Note that this uses + 1 in
some places, as the paths we receive are absolute, but we need
to strip of the initial /.
CMake/config.h.in
CMakeLists.txt
apt-pkg/acquire-item.cc
apt-pkg/contrib/gpgv.cc
apt-pkg/deb/debsystem.cc
apt-pkg/init.cc
test/integration/framework
test/integration/test-apt-config