[Lunar-commits] <moonbase> libmsn: Adjusting the BUILD to install a missing header.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Nov 13 11:29:15 CET 2011


commit ed5f94defd9e65b8827eb259cd31c2be70602df4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Nov 13 05:29:15 2011 -0500

    libmsn: Adjusting the BUILD to install a missing header.
---
 libs/libmsn/BUILD |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/libs/libmsn/BUILD b/libs/libmsn/BUILD
index fe5d1c1..cc2ff35 100644
--- a/libs/libmsn/BUILD
+++ b/libs/libmsn/BUILD
@@ -1,5 +1,9 @@
 (
 
-  default_cmake_build 
+  default_cmake_build &&
+
+# It forgets to install this required header and kdenetwork will tank if you
+# have said yes to libmsn.
+  install ../msn/xmlParser.h /usr/include/msn/
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list