[Lunar-commits] <moonbase> kdelibs4: put the start script in /usr/bin as it overwrites the one from kdebase4-runtime.
Florin Braescu
florin at lunar-linux.org
Fri May 9 03:23:44 CEST 2008
commit e9738da9a980475d130ea6654c6f4ed61d82ffd4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri May 9 04:23:44 2008 +0300
kdelibs4: put the start script in /usr/bin as it overwrites the one from kdebase4-runtime.
---
kde4/base/kdelibs4/BUILD | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/kde4/base/kdelibs4/BUILD b/kde4/base/kdelibs4/BUILD
index 3747a55..6eb0184 100644
--- a/kde4/base/kdelibs4/BUILD
+++ b/kde4/base/kdelibs4/BUILD
@@ -11,11 +11,10 @@
cd $KDE4_BUILD_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE &&
+ -DCMAKE_BUILD_TYPE=RELEASE &&
default_make
- mkdir -p $MODULE_PREFIX/bin/ &&
- install -m0755 $SCRIPT_DIRECTORY/kde4 $MODULE_PREFIX/bin/
+ install -m0755 $SCRIPT_DIRECTORY/kde4 /usr/bin/
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list