Fixing build failure with indices caching.
This commit is contained in:
parent
519e3c1936
commit
f2e2d47c68
|
@ -254,7 +254,7 @@ case "${1}" in
|
||||||
|
|
||||||
if Find_files cache/indices_bootstrap/trusted.gpg*
|
if Find_files cache/indices_bootstrap/trusted.gpg*
|
||||||
then
|
then
|
||||||
cp -f cache/indices_bootstrap/trusted.gpg* chroot/etc/apt
|
cp -rf cache/indices_bootstrap/trusted.gpg* chroot/etc/apt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f cache/indices_bootstrap/pkgcache.bin ]
|
if [ -f cache/indices_bootstrap/pkgcache.bin ]
|
||||||
|
@ -332,7 +332,7 @@ case "${1}" in
|
||||||
mkdir -p cache/indices_bootstrap
|
mkdir -p cache/indices_bootstrap
|
||||||
|
|
||||||
cp -f chroot/etc/apt/secring.gpg* cache/indices_bootstrap
|
cp -f chroot/etc/apt/secring.gpg* cache/indices_bootstrap
|
||||||
cp -f chroot/etc/apt/trusted.gpg* cache/indices_bootstrap
|
cp -rf chroot/etc/apt/trusted.gpg* cache/indices_bootstrap
|
||||||
|
|
||||||
cp -f chroot/var/cache/apt/pkgcache.bin cache/indices_bootstrap
|
cp -f chroot/var/cache/apt/pkgcache.bin cache/indices_bootstrap
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue