From 64836956c30297b520efc7838d143d13aa6b6d8c Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 15 Oct 2007 15:12:02 +0000 Subject: [PATCH] pushd to BootCD rather than bootcd. --- bootcd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootcd.spec b/bootcd.spec index 84829b3..eb571ff 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -37,7 +37,7 @@ Central servers. %setup -q %build -pushd bootcd +pushd BootCD # Build the reference image ./prep.sh -a $(uname -i) -r $([ -f "/etc/fedora-release" ] && awk ' { if ($2=="Core") print $4; else print $3 } ' /etc/fedora-release || echo 4) @@ -53,7 +53,7 @@ popd %install rm -rf $RPM_BUILD_ROOT -pushd bootcd +pushd BootCD # Install the reference image and build scripts install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/%{name} -- 2.45.2