diff options
author | Hector Oron <zumbi@debian.org> | 2010-09-22 15:06:54 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:24 +0100 |
commit | 102c91573f697459cce74ff73a51bc87e27345b2 (patch) | |
tree | 2c3a22e80dbcfd43831c281a853d788eae185bbb /scripts | |
parent | 241639f400a65be7ec1b0b2cb6f478b36afcda40 (diff) | |
download | vyos-live-build-102c91573f697459cce74ff73a51bc87e27345b2.tar.gz vyos-live-build-102c91573f697459cce74ff73a51bc87e27345b2.zip |
Fixing bpo debian-maintainers.org typo (Closes: #597715).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config index ee12c325a..dda7a95ee 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -1348,12 +1348,12 @@ EOF cp config/chroot_sources/${LB_DISTRIBUTION}-backports.chroot config/chroot_sources/${LB_DISTRIBUTION}-backports.binary # Adding apt preferences - if ! grep -qs "^Pin: release o=backports.debian-maintainerns.org" config/chroot_apt/preferences + if ! grep -qs "^Pin: release o=backports.debian-maintainers.org" config/chroot_apt/preferences then cat >> config/chroot_apt/preferences << EOF Package: * -Pin: release o=backports.debian-maintainerns.org +Pin: release o=backports.debian-maintainers.org Pin-Priority: 999 EOF |