From 1e37cd7e7d22b38ec37105844b145bfe56787901 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 12 Dec 2007 12:00:47 +0000 Subject: [PATCH] missed changes needed after pldistro files have moved in build/config. --- bootstrapfs.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrapfs.spec b/bootstrapfs.spec index 0283ee0..7ac033b 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -42,9 +42,9 @@ 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 bootstrap-filesystems/*.lst) ; do - NAME=$(basename $bootstrapfs .lst) - install -D -m 644 %{pldistro}-filesystems/PlanetLab-Bootstrap-${NAME}.tar.bz2 \ +for bootstrapfs in $(ls ../build/config.%{pldistro}/bootstrap-*.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 done -- 2.43.0