[Lunar-commits] <lunar> CMake: you are inferior in every way possible.

Auke Kok sofar at foo-projects.org
Mon Jun 25 08:05:46 CEST 2012


commit a495690874ffc574489e14f6bf4b19ab13f41bc9
Author: Auke Kok <sofar at foo-projects.org>
Date:   Sun Jun 24 23:05:46 2012 -0700

    CMake: you are inferior in every way possible.
    
    Fix other people's stupid shit.
---
 libs/build.lunar |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libs/build.lunar b/libs/build.lunar
index c3573bb..909fd5c 100644
--- a/libs/build.lunar
+++ b/libs/build.lunar
@@ -229,6 +229,7 @@ default_cmake_config() {
 
   cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
         -DCMAKE_BUILD_TYPE=RELEASE             \
+        -DSYSCONF_INSTALL_DIR:PATH=/etc        \
         $OPTS $SOURCE_DIRECTORY
 }
 


More information about the Lunar-commits mailing list