From c3d1db17b153ea0c9756dd818b3a06373a44e935 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 6 Jan 2011 11:44:47 -0500 Subject: [PATCH] handle name changes --- bootstrapfs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrapfs.spec b/bootstrapfs.spec index 4fb6090..90c807b 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -7,7 +7,7 @@ %define name bootstrapfs-%{nodefamily} %define version 1.0 -%define taglevel 11 +%define taglevel 12 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -49,6 +49,7 @@ This package provides the same functions as %{name} but with uncompressed tarbal %setup -q %build +[ -d BootstrapFS ] || ln -s bootstrapfs BootstrapFS pushd BootstrapFS ./build.sh %{pldistro} popd BootstrapFS -- 2.47.0