handle name changes
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Thu, 6 Jan 2011 16:44:47 +0000 (11:44 -0500)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Thu, 6 Jan 2011 16:44:47 +0000 (11:44 -0500)
bootstrapfs.spec

index 4fb6090..90c807b 100644 (file)
@@ -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