summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-21 12:56:58 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-21 12:56:58 +0000
commit13b7bb4acba9b70e015b7faa020b08018885aad8 (patch)
treed6e00fa0544bae466d11d54210a678c676fdd811
parent049a0b3368c519f3f508058e5bb4cba20037acd9 (diff)
downloadlibvirt-baserock/morph.tar.gz
Remove supression of install errors.baserock/morph
Now that XML DTDs are installed in baserock this is not neccessary.
-rw-r--r--libvirt.morph2
1 files changed, 1 insertions, 1 deletions
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