added yum-2.6.0-chroot.patch
[util-vserver.git] / util-vserver / contrib / make-manifest
index cd6a4f7..7e497c7 100755 (executable)
@@ -25,7 +25,10 @@ for i in $name-{core,devel,base,build,legacy,lib,sysv}.list; do
     echo '%defattr(-,root,root,-)' >$i
 done
 
-cat $data | while read style file; do
+sed -e "s!@CONFIG@!$MANIFEST_CONFIG!g;
+        s!@CONFIG_NOREPLACE@!$MANIFEST_CONFIG_NOREPLACE!g" \
+       $data | \
+while read style file; do
     test "$file" || continue
     case "$style" in
        (\#*)   continue;;