diff options
author | Daniel Baumann <daniel@debian.org> | 2012-02-04 21:47:30 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-02-06 23:15:13 +0100 |
commit | 9c9cdbbb33262eed09ad5faabe65a7b7fca6f156 (patch) | |
tree | 30e7a7a43332b0b5ac69c3a1287c0a1f2cddce8f /scripts/build | |
parent | 822dc2c028390575c13e3546b80b308ab51395c4 (diff) | |
download | vyos-live-build-9c9cdbbb33262eed09ad5faabe65a7b7fca6f156.tar.gz vyos-live-build-9c9cdbbb33262eed09ad5faabe65a7b7fca6f156.zip |
Removing useless top-comment for /etc/apt/preferences.d/progress.pref.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/lb_chroot_apt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_apt b/scripts/build/lb_chroot_apt index a016fdc70..ad4bbe83b 100755 --- a/scripts/build/lb_chroot_apt +++ b/scripts/build/lb_chroot_apt @@ -150,8 +150,6 @@ case "${1}" in progress) if [ ! -e chroot/etc/apt/preferences.d/progress.pref ] then - echo "# /etc/apt/preferences.d/progress.pref" > chroot/etc/apt/preferences.d/progress.pref - _DISTRIBUTIONS="$(echo ${LB_DISTRIBUTION} | sed -e 's|-backports||')" if [ "${LB_SECURITY}" = "true" ] |