[Lunar-commits] <moonbase> live555: Just a little tweaking to the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Feb 22 14:10:53 CET 2012
commit 2f142ee9fe262af461b679accdf3bb0d8a4ae1c2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Feb 22 08:10:53 2012 -0500
live555: Just a little tweaking to the BUILD.
---
net/live555/BUILD | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/live555/BUILD b/net/live555/BUILD
index e20a5a2..abf2df0 100644
--- a/net/live555/BUILD
+++ b/net/live555/BUILD
@@ -1,19 +1,19 @@
(
- INST_DIR="/usr/lib/live"
+ INST_DIR="/usr/lib/live" &&
if [ -d $INST_DIR ] ; then
mkdir -p $INST_DIR
- fi
+ fi &&
if [ `arch` == "x86_64" ] ; then
./genMakefiles linux-64bit
else
./genMakefiles linux
- fi
+ fi &&
- make
- prepare_install
+ make &&
+ prepare_install &&
cp -rf . $INST_DIR
)
More information about the Lunar-commits
mailing list