diff options
| -rwxr-xr-x | helpers/lh_chroot_apt | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt index 8564bf4d2..766875f87 100755 --- a/helpers/lh_chroot_apt +++ b/helpers/lh_chroot_apt @@ -114,6 +114,11 @@ case "${1}" in  		if Find_files config/chroot_local-packages/*.deb  		then +			if [ ! -f config/chroot_apt/preferences ] && [ "${1}" = "install-binary" ] +			then +				rm -f chroot/etc/apt/preferences +			fi +  			echo >> chroot/etc/apt/preferences  			echo "Package: *" >> chroot/etc/apt/preferences  			echo "Pin: release o=chroot_local-packages" >> chroot/etc/apt/preferences  | 
