From 36cb0ceef3adff0b195e9c52edce534ada351c50 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 8 Mar 2007 17:52:34 +0000 Subject: [PATCH] invoke buildnode.sh with fedora core release argument --- bootmanager.spec | 4 +++- support-files/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bootmanager.spec b/bootmanager.spec index b76ab5a..ee2320e 100644 --- a/bootmanager.spec +++ b/bootmanager.spec @@ -32,7 +32,9 @@ nodes. pushd bootmanager ./build.sh -make -C support-files +pushd support-files +./buildnode.sh -r $([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo "4") +popd popd diff --git a/support-files/Makefile b/support-files/Makefile index d3fc80e..8d4a571 100644 --- a/support-files/Makefile +++ b/support-files/Makefile @@ -7,13 +7,13 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.3 2005/09/02 20:24:58 mlhuang Exp $ +# $Id: Makefile,v 1.4 2006/08/20 21:21:13 thierry Exp $ # all: PlanetLab-Bootstrap.tar.bz2 PlanetLab-Bootstrap.tar.bz2: - ./buildnode.sh + ./buildnode.sh -r $$([ -f "/etc/fedora-release" ] && awk ' { print $4 } ' /etc/fedora-release || echo "4") clean: rm -f PlanetLab-Bootstrap.tar.bz2 -- 2.43.0