Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: yaroslavborbat <[email protected]>
  • Loading branch information
yaroslavborbat committed Dec 25, 2024
1 parent 4ed9d0c commit 345d112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/virt-launcher/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ shell:
cpio -id < edk2.cpio
find ./ -iname "*.patch" | while read p ; do
NAME=$(echo $p | sed 's!.patch!-rhel.patch)
NAME=$(echo $p | sed 's!.patch!-rhel.patch!g')
cp $p /home/builder/RPM/SOURCES/$NAME
done
sed -i "/^%patch1 -p1/a for p in %{_sourcedir}/*-rhel.patch; do patch -p1 --force --verbose < \$p ; done" /home/builder/RPM/SPECS/edk2.spec
Expand Down

0 comments on commit 345d112

Please sign in to comment.