SHA256
1
0
forked from pool/libguestfs

- define kernel_binary on aarch64

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=312
This commit is contained in:
2014-07-31 13:06:46 +00:00
committed by Git OBS Bridge
parent 7788d14769
commit b47555b18a
2 changed files with 4 additions and 1 deletions

View File

@@ -92,6 +92,9 @@ Release: 0
%define kernel_binary /boot/image
%endif
%ifarch %arm
%define kernel_binary /boot/uImage
%endif
%ifarch aarch64
%define kernel_binary /boot/Image
%endif
#