diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-19 19:38:07 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-19 21:12:03 +0200 |
commit | e74bc6a73ff88af1518610e590eefe4ea1123e1e (patch) | |
tree | 0c153d8ebd5efbded7097098f1301f19226f2d8a | |
parent | 8473b925fd94fdb7bb1ae6309a4ab58d490382c9 (diff) | |
download | vyos-live-build-e74bc6a73ff88af1518610e590eefe4ea1123e1e.tar.gz vyos-live-build-e74bc6a73ff88af1518610e590eefe4ea1123e1e.zip |
Correcting accidentally reverted check for rsvg in binary_syslinux when building non-chrooted.
-rwxr-xr-x | scripts/build/lb_binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux index d6719f0dc..616cf5112 100755 --- a/scripts/build/lb_binary_syslinux +++ b/scripts/build/lb_binary_syslinux @@ -123,7 +123,7 @@ case "${LB_BUILD_WITH_CHROOT}" in case "${LB_SYSLINUX_THEME}" in live-build) - if [ -e /usr/bin/rsvg ] + if [ ! -e /usr/bin/rsvg ] then # librsvg2-bin Echo_error "/usr/bin/rsvg - no such file" |