]> git.saurik.com Git - apt.git/commitdiff
ensure that the build methods are used and not these on the system
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 30 Nov 2010 18:14:26 +0000 (19:14 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 30 Nov 2010 18:14:26 +0000 (19:14 +0100)
test/integration/framework

index 63962858abfb27c1b9c87992c033de2d68d0061c..bc427c544885e543a4e36be9523e9d8cf6c1559b 100644 (file)
@@ -116,6 +116,7 @@ setupenvironment() {
        echo "Dir::state::status \"${TMPWORKINGDIRECTORY}/rootdir/var/lib/dpkg/status\";" >> aptconfig.conf
        echo "Debug::NoLocking \"true\";" >> aptconfig.conf
        echo "APT::Get::Show-User-Simulation-Note \"false\";" >> aptconfig.conf
+       echo "Dir::Bin::Methods \"${BUILDDIRECTORY}/methods\";" >> aptconfig.conf
        echo "Dir::Bin::dpkg \"fakeroot\";" >> aptconfig.conf
        echo "DPKG::options:: \"dpkg\";" >> aptconfig.conf
        echo "DPKG::options:: \"--root=${TMPWORKINGDIRECTORY}/rootdir\";" >> aptconfig.conf