summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/lh_chroot_apt2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt
index 0558146..6bfb7c3 100755
--- a/helpers/lh_chroot_apt
+++ b/helpers/lh_chroot_apt
@@ -144,7 +144,7 @@ case "${1}" in
rm -f chroot/etc/apt/apt.conf.d/00secure
# Deconfiguring apt preferences
- if [ -f config/chroot_apt/preferences.orig ]
+ if [ -f chroot/etc/apt/preferences.orig ]
then
mv chroot/etc/apt/preferences.orig chroot/etc/apt/preferences
else