- build FC4 based MyPLC by default
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 May 2006 21:13:42 +0000 (21:13 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 May 2006 21:13:42 +0000 (21:13 +0000)
build.sh
myplc.spec

index 49d6ef2..3655372 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -28,7 +28,7 @@ export PATH
 config=plc_config.xml
 
 # Release and architecture to install
-releasever=2
+releasever=4
 basearch=i386
 
 # Initial size of the image
index 5ad9e5f..038acca 100644 (file)
@@ -28,7 +28,7 @@ system.
 
 %build
 pushd myplc
-./build.sh -r 4
+./build.sh
 popd
 
 %install