From: Mark Huang Date: Mon, 27 Mar 2006 18:08:06 +0000 (+0000) Subject: - fix srcdir location X-Git-Tag: myplc-0_4-rc1~133 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=77dcd34ba4469156297c742aad0e7c51f6c77f44;p=myplc.git - fix srcdir location --- diff --git a/build.sh b/build.sh index d172a84..44f0385 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ +# $Id: build.sh,v 1.1.1.1 2006/03/27 17:36:46 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -132,9 +132,9 @@ rsync -a $srcdir/pl_db $srcdir/plc_api $root/usr/share/ # Install web scripts mkdir -p $root/usr/bin install -m 755 \ - plc/scripts/gen-sites-xml.py \ - plc/scripts/gen-slices-xml-05.py \ - plc/scripts/gen-static-content.py \ + $srcdir/plc/scripts/gen-sites-xml.py \ + $srcdir/plc/scripts/gen-slices-xml-05.py \ + $srcdir/plc/scripts/gen-static-content.py \ $root/usr/bin/ # Install web pages