Updates to mirror new repository structure.
[james-home-etc.git] / .pbuilder.d / D05deps
blob85c41e214fb41cc003511ef90ff386c6bb16fc90
1 #! /bin/sh
3 DEPSPATH="${DEPSBASE}/${DEPS}"
4 if [ -n "${DEPS}" ] && [ -d "${DEPSPATH}" ]; then
5 apt-get install --assume-yes apt-utils
6 (cd "${DEPSPATH}"; apt-ftparchive packages . > Packages )
7 echo "deb [trusted=yes] file://${DEPSPATH} ./" >> /etc/apt/sources.list
8 apt-get update
9 fi