X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=noderepo.spec;h=ab19bbae4b660e7b449ab0e09c68b39c6c628f3a;hb=5fb95a1ab4d2d0058d981141a1cad21352f2639b;hp=363823037a16b0b75181c4075019406cc9061733;hpb=3703fc4be92ba01968fdc8494415616477e8a2fa;p=bootstrapfs.git diff --git a/noderepo.spec b/noderepo.spec index 3638230..ab19bba 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -45,15 +45,13 @@ echo nothing to do at build time for noderepo %install rm -rf $RPM_BUILD_ROOT -pushd BootstrapFS repo=planetlab-%{distroname}-%{_arch} install -d -m 755 $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo -rpms=$(echo %{node_rpms_plus} | sed -e s,+++, ,g) +rpms=$(echo %{node_rpms_plus} | sed -e 's,+++, ,g') for rpm in $rpms; do rsync $RPM_BUILD_ROOT/$rpm $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo/ ; done ### yumgroups install -D -m 644 $RPM_BUILD_ROOT/RPMS/yumgroups.xml $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo createrepo -g yumgroups.xml $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo -popd %clean rm -rf $RPM_BUILD_ROOT