From 13b7bb4acba9b70e015b7faa020b08018885aad8 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Fri, 21 Mar 2014 12:56:58 +0000 Subject: Remove supression of install errors. Now that XML DTDs are installed in baserock this is not neccessary. --- libvirt.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.morph b/libvirt.morph index 0a8257096c..3e962c4ffe 100644 --- a/libvirt.morph +++ b/libvirt.morph @@ -2,7 +2,7 @@ name: libvirt kind: chunk build-system: autotools install-commands: -- make DESTDIR="$DESTDIR" install | true +- make DESTDIR="$DESTDIR" install configure-commands: - > GNULIB_SRCDIR=gnulib-src -- cgit v1.2.1