From: Mark Huang Date: Sun, 21 Jan 2007 16:51:29 +0000 (+0000) Subject: - delete .rpmmacros and parseSpec in $BASE directory X-Git-Tag: planetlab-4_0-rc1~27 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d9449be6a3155c05fd0522f1c8c5fdb8d0c04017;p=build.git - delete .rpmmacros and parseSpec in $BASE directory --- diff --git a/build.sh b/build.sh index f7f6ebb0..61995d51 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: build.sh,v 1.37 2007/01/20 14:08:42 mlhuang Exp $ +# $Id: build.sh,v 1.38 2007/01/21 08:46:02 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -130,7 +130,7 @@ sudo mount -o bind,rw $BASE $PLC_ROOT/data/build # Delete .rpmmacros and parseSpec files so that they get regenerated # appropriately in the development environment. -rm -f .rpmmacros parseSpec +rm -f $BASE/.rpmmacros $BASE/parseSpec # Enable networking sudo cp -f /etc/hosts /etc/resolv.conf $PLC_ROOT/etc/