[Lunar-commits] <moonbase> automoc: Adjusting the BUILD to throw this in /usr and removing the
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Jul 8 19:09:03 CEST 2010
commit b0851188f2fa7e1c6c35b9dfddcf8dfadf5eb277
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Jul 8 13:09:03 2010 -0400
automoc: Adjusting the BUILD to throw this in /usr and removing the
MODULE_PREFIX from DETAILS.
---
kde4/utils/automoc/BUILD | 7 +++----
kde4/utils/automoc/DETAILS | 1 -
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/kde4/utils/automoc/BUILD b/kde4/utils/automoc/BUILD
index 0cc56ec..611e015 100644
--- a/kde4/utils/automoc/BUILD
+++ b/kde4/utils/automoc/BUILD
@@ -1,12 +1,11 @@
(
- KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build"
source /etc/profile.d/qt4.rc &&
- source /etc/profile.d/kde4.rc &&
- mkdir $KDE4_BUILD_DIR &&
- cd $KDE4_BUILD_DIR &&
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
-DCMAKE_BUILD_TYPE=RELEASE &&
diff --git a/kde4/utils/automoc/DETAILS b/kde4/utils/automoc/DETAILS
index 4913755..c945033 100644
--- a/kde4/utils/automoc/DETAILS
+++ b/kde4/utils/automoc/DETAILS
@@ -5,7 +5,6 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$MAJ-$VERSION
SOURCE_URL[0]=$KDE_URL/stable/$MODULE$MAJ/$VERSION/
SOURCE_URL[1]=$MIRROR_URL
- MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
SOURCE_VFY=sha1:d864c3dda99d8b5f625b9267acfa1d88ff617e3a
WEB_SITE=http://techbase.kde.org/Getting_Started/Build/KDE4/Troubleshooting
ENTERED=20080622
More information about the Lunar-commits
mailing list