From 59f9f6e11a178877dcf69b425a78a8dd68fa5638 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 5 Jan 2008 09:58:03 +0000 Subject: [PATCH] fix typo & repair broken build --- bootstrapfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapfs.spec b/bootstrapfs.spec index 2f8af34..f48de13 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -42,7 +42,7 @@ pushd BootstrapFS install -D -m 644 PlanetLab-Bootstrap.tar.bz2 \ $RPM_BUILD_ROOT/var/www/html/boot/PlanetLab-Bootstrap.tar.bz2 -for bootstrapfs in $(ls ../build/config.%{pldistro}/bootstrapfs-*.pkgs) ; do +for pkgs in $(ls ../build/config.%{pldistro}/bootstrapfs-*.pkgs) ; do NAME=$(basename $pkgs .pkgs | sed -e s,bootstrapfs-,,) install -D -m 644 %{pldistro}-filesystems/PlanetLab-Bootstrap-${NAME}.tar.bz2 \ $RPM_BUILD_ROOT/var/www/html/boot/PlanetLab-Bootstrap-${NAME}.tar.bz2 -- 2.43.0