Fixing typo.
This commit is contained in:
parent
7d2d532f70
commit
03783def4b
|
@ -111,7 +111,7 @@ case "${1}" in
|
||||||
then
|
then
|
||||||
if [ -f chroot/etc/apt/preferences ]
|
if [ -f chroot/etc/apt/preferences ]
|
||||||
then
|
then
|
||||||
mv chroot/etc/apt/preferences chroot/etc/apt/prefereces.orig
|
mv chroot/etc/apt/preferences chroot/etc/apt/preferences.orig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp config/chroot_apt/preferences chroot/etc/apt/preferences
|
cp config/chroot_apt/preferences chroot/etc/apt/preferences
|
||||||
|
|
Loading…
Reference in New Issue