]> git.pld-linux.org Git - packages/uboot.git/commitdiff
fix qemu files on x86* as well auto/th/uboot-2023.04-2
authorJan Palus <atler@pld-linux.org>
Sun, 11 Jun 2023 16:30:45 +0000 (18:30 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 11 Jun 2023 16:30:45 +0000 (18:30 +0200)
uboot.spec

index 4981e52df1789df7c25c02655f2bd503f32d639a..c967553ba9919412e0c7358bce69e40ea6216c72 100644 (file)
@@ -283,13 +283,13 @@ rm -rf $RPM_BUILD_ROOT
 %ifarch %{ix86}
 %files image-qemu
 %defattr(644,root,root,755)
-%{imagedir}/qemu_x86
+%{imagedir}/qemu-x86
 %endif
 
 %ifarch %{x8664}
 %files image-qemu
 %defattr(644,root,root,755)
-%{imagedir}/qemu_x86_64
+%{imagedir}/qemu-x86_64
 %endif
 
 %files mkimage
This page took 0.06829 seconds and 4 git commands to generate.