[packages/uboot] fix qemu files on x86* as well

atler atler at pld-linux.org
Sun Jun 11 18:32:02 CEST 2023


commit 934c5ed628f00aaa686ed4cc75744b0656244e9a
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jun 11 18:30:45 2023 +0200

    fix qemu files on x86* as well

 uboot.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uboot.spec b/uboot.spec
index 4981e52..c967553 100644
--- a/uboot.spec
+++ b/uboot.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uboot.git/commitdiff/934c5ed628f00aaa686ed4cc75744b0656244e9a



More information about the pld-cvs-commit mailing list