by default build myplc for same fedora as host environment
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 16 Aug 2007 21:42:02 +0000 (21:42 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 16 Aug 2007 21:42:02 +0000 (21:42 +0000)
build.functions

index c89aab3..7b166f1 100644 (file)
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: build.functions,v 1.4 2006/08/16 01:27:16 mlhuang Exp $
+# $Id: build.functions,v 1.5 2007/01/20 04:04:25 mlhuang Exp $
 #
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -25,9 +25,8 @@ fi
 export PATH
 
 # Release and architecture to install
-PLC_DEVEL_FEDORA_RELEASE=4
-PLC_DEVEL_FEDORA_ARCH=i386
-
+PLC_DEVEL_FEDORA_RELEASE=$([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo 4)
+PLC_DEVEL_FEDORA_ARCH=$(uname -i)
 # Fedora Core mirror from which to install filesystems
 PLC_DEVEL_FEDORA_URL=file:///data/fedora