X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=blobdiff_plain;f=noderepo.spec;h=cfee2fb1d77ac832fa8912f7a804fd8d8d7d3212;hp=eea6ac9b34e0d7c1271e712d06a6d3a0d6976854;hb=de762a94282456bd871b26de0b95edfc4227da21;hpb=4792f25a6dfdb2c63404bfafc9292eb600d0b309 diff --git a/noderepo.spec b/noderepo.spec index eea6ac9..cfee2fb 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -55,7 +55,7 @@ install -d -m 755 $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo rpms=$(echo %{node_rpms_plus} | sed -e 's,+++, ,g') for rpm in $rpms; do rsync %{_topdir}/$rpm $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo/ ; done ### yumgroups -install -D -m 644 %{_topdir}/RPMS/yumgroups.xml $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo +install -D -m 644 %{_topdir}/RPMS/yumgroups.xml $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo/yumgroups.xml # do not do this yet, as plc.d/packages will do it anyway #createrepo -g yumgroups.xml $RPM_BUILD_ROOT/var/www/html/install-rpms/$repo