[Pkg-libvirt-commits] [libguestfs] 25/165: tests/syslinux: add new syslinux 6+ path of mbr.bin
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:24:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit a880bc1eb00909e64093f06a4373942a9b264616
Author: Pino Toscano <ptoscano at redhat.com>
Date: Fri May 9 12:20:33 2014 +0200
tests/syslinux: add new syslinux 6+ path of mbr.bin
Reported in https://bugs.debian.org/746748.
---
tests/syslinux/test-syslinux.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/syslinux/test-syslinux.pl b/tests/syslinux/test-syslinux.pl
index ce906eb..3950309 100755
--- a/tests/syslinux/test-syslinux.pl
+++ b/tests/syslinux/test-syslinux.pl
@@ -32,7 +32,8 @@ my $disk = "$bootloader-guest.img";
my $mbr;
my @mbr_paths = (
"/usr/share/syslinux/mbr.bin",
- "/usr/lib/syslinux/mbr.bin"
+ "/usr/lib/syslinux/mbr.bin",
+ "/usr/lib/syslinux/mbr/mbr.bin"
);
foreach my $m (@mbr_paths) {
if (-f $m) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list