[Lunar-commits] r15194 - moonbase/trunk/libs/openMotif
Moritz Heiber
moe at lunar-linux.org
Wed Jun 1 06:40:30 UTC 2005
Author: moe
Date: 2005-06-01 06:40:29 +0000 (Wed, 01 Jun 2005)
New Revision: 15194
Modified:
moonbase/trunk/libs/openMotif/BUILD
Log:
Moving openMotif back to /usr/X11R6 since it installs
'tree' which conflicts with .. 'tree'.
Modified: moonbase/trunk/libs/openMotif/BUILD
===================================================================
--- moonbase/trunk/libs/openMotif/BUILD 2005-05-31 21:05:51 UTC (rev 15193)
+++ moonbase/trunk/libs/openMotif/BUILD 2005-06-01 06:40:29 UTC (rev 15194)
@@ -1,9 +1,14 @@
(
- default_build &&
+ ./configure --build=$BUILD \
+ --prefix=/usr/X11R6 \
+ --sysconfdir=/etc \
+ $OPTS &&
+ default_make &&
+
# We need to create this symlink. Attention on upgrades!
# Version number may change!
- ln -sf /usr/lib/libXm.so.3.0.2 /usr/lib/libXm.so.2
+ ln -sf /usr/X11R6/lib/libXm.so.3.0.2 /usr/X11R6/lib/libXm.so.2
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list