From: Marc Fiuczynski Date: Tue, 28 Aug 2007 21:52:38 +0000 (+0000) Subject: fix to selecting Fedora release number X-Git-Tag: myplc-4.0-15~90 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=f894d8a8fcda4d9fc6eb9da39bbe39ad06d95284 fix to selecting Fedora release number --- diff --git a/build.functions b/build.functions index c99941e..52d6ef9 100644 --- a/build.functions +++ b/build.functions @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: build.functions,v 1.7 2007/08/24 06:46:39 mef Exp $ +# $Id: build.functions,v 1.8 2007/08/24 07:11:36 mef Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -25,7 +25,7 @@ fi export PATH # Release and architecture to install -PLC_DEVEL_FEDORA_RELEASE=$([ -f "/etc/fedora-release" ] && awk ' { if ($3=="Core") print $4; else print $3 } ' /etc/fedora-release || echo 4) +PLC_DEVEL_FEDORA_RELEASE=$([ -f "/etc/fedora-release" ] && awk ' { if ($2=="Core") print $4; else print $3 } ' /etc/fedora-release || echo 4) PLC_DEVEL_FEDORA_ARCH=$(uname -i) # Fedora Core mirror from which to install filesystems # xxx don't set URL... mkfedora will pick up the right thing