Dereferencing potential symlinked apt preference files in chroot_apt/*.pref.

This commit is contained in:
Daniel Baumann 2012-02-04 22:35:39 +01:00
parent 7e1fc7431c
commit d9a0202d1b
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ case "${1}" in
mv chroot/etc/apt/preferences.d/$(basename ${_FILE}) chroot/etc/apt/preferences.d/$(basename ${_FILE}).orig
fi
cp ${_FILE} chroot/etc/apt/preferences.d
cp -aL ${_FILE} chroot/etc/apt/preferences.d
done
fi
@ -270,7 +270,7 @@ EOF
mv chroot/etc/apt/preferences.d/$(basename ${_FILE}) chroot/etc/apt/preferences.d/$(basename ${_FILE}).orig
fi
cp ${_FILE} chroot/etc/apt/preferences.d
cp -aL ${_FILE} chroot/etc/apt/preferences.d
if [ -f chroot/etc/apt/preferences.d/$(basename ${_FILE}) ]
then