From d9449be6a3155c05fd0522f1c8c5fdb8d0c04017 Mon Sep 17 00:00:00 2001
From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Sun, 21 Jan 2007 16:51:29 +0000
Subject: [PATCH] - delete .rpmmacros and parseSpec in $BASE directory

---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index f7f6ebb0..61995d51 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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/
-- 
2.47.0