From 77dcd34ba4469156297c742aad0e7c51f6c77f44 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 27 Mar 2006 18:08:06 +0000 Subject: [PATCH] - fix srcdir location --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.0