revno: 2105 committer: Daniel Baumann <dan...@debian.org> timestamp: Tue 2012-02-07 10:11:31 +0100 message: Correcting lzcat call in binary_disk to not bail out due to non-standard file extension (unknown suffix -- unchanged), thanks to Luigi Capriotti <l.caprio...@xbmc.org> (Closes: #658995). diff: === modified file 'scripts/build/lb_binary_disk' --- scripts/build/lb_binary_disk 2012-02-06 22:15:12 +0000 +++ scripts/build/lb_binary_disk 2012-02-07 09:11:31 +0000 @@ -108,7 +108,7 @@ ;; lzma) - lzcat "../../${INITRD}" | cpio --quiet -id conf/uuid.conf + lzcat -S "" "../../${INITRD}" | cpio --quiet -id conf/uuid.conf ;; esac
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555980 Title: broke on binary stage by wrong on lzcat To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs