[Lunar-commits] gtk-qt-engine: Adjust build to not use /usr/local

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Jan 16 16:12:55 CET 2008


commit d00e8e1b1900eac055c49afb5fc6b123a46e36a8
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Jan 16 10:12:55 2008 -0500

    gtk-qt-engine: Adjust build to not use /usr/local
---
 app-themes/gtk-qt-engine/BUILD |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-themes/gtk-qt-engine/BUILD b/app-themes/gtk-qt-engine/BUILD
index 67efeea..aeab23b 100644
--- a/app-themes/gtk-qt-engine/BUILD
+++ b/app-themes/gtk-qt-engine/BUILD
@@ -5,6 +5,8 @@
 
   sedit 's: share/: ${INSTALL_PATH_GTK_THEMES}/:' po/CMakeLists.txt kcm_gtk/CMakeLists.txt  &&
 
-  default_build
- 
+  cmake . -DCMAKE_INSTALL_PREFIX:=/usr &&
+
+  default_make
+
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list