[Lunar-commits] r16280 - moonbase/trunk/archive/lzo
Florin Braescu
florin at lunar-linux.org
Tue Aug 30 18:38:19 UTC 2005
Author: florin
Date: 2005-08-30 18:38:18 +0000 (Tue, 30 Aug 2005)
New Revision: 16280
Added:
moonbase/trunk/archive/lzo/BUILD
Log:
apply Dennis Veatch's patch.
Added: moonbase/trunk/archive/lzo/BUILD
===================================================================
--- moonbase/trunk/archive/lzo/BUILD 2005-08-30 18:24:55 UTC (rev 16279)
+++ moonbase/trunk/archive/lzo/BUILD 2005-08-30 18:38:18 UTC (rev 16280)
@@ -0,0 +1,16 @@
+(
+
+ ./configure --prefix=/usr \
+ --enable-shared &&
+
+ make &&
+ prepare_install &&
+
+ if [ ! -f /usr/lib/liblzo.so ]
+ then
+ ln -sf /usr/lib/liblzo2.so /usr/lib/liblzo.so
+ fi
+
+ make install
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list