diff options
author | Daniel Baumann <daniel@debian.org> | 2008-02-13 10:20:42 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:36:00 +0100 |
commit | a6da98c2b8390d3f31790f9335b4af3348e81374 (patch) | |
tree | c7064f597a7f4d9b98ad7a97604c3b4412ed1565 /helpers | |
parent | 15cb7bb5c1fca5c586bce05280fde86e8ad9c1ee (diff) | |
download | vyos-live-build-a6da98c2b8390d3f31790f9335b4af3348e81374.tar.gz vyos-live-build-a6da98c2b8390d3f31790f9335b4af3348e81374.zip |
Fixing typo.
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 ffba6d7f0..fc149b3fe 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 |