diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt index ffba6d7..fc149b3 100755 --- a/helpers/lh_chroot_apt +++ b/helpers/lh_chroot_apt @@ -111,7 +111,7 @@ case "${1}" in then if [ -f chroot/etc/apt/preferences ] then - mv chroot/etc/apt/preferences chroot/etc/apt/prefereces.orig + mv chroot/etc/apt/preferences chroot/etc/apt/preferences.orig fi cp config/chroot_apt/preferences chroot/etc/apt/preferences |