patch mkinitrd unconditional

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=327
This commit is contained in:
Olaf Hering 2014-11-24 17:17:26 +00:00 committed by Git OBS Bridge
parent 494a843b43
commit 1d001e9d55

View File

@ -728,7 +728,6 @@ a \
' mkinitrd/scripts/boot-guestfs.sh ' mkinitrd/scripts/boot-guestfs.sh
diff -u mkinitrd/scripts/boot-guestfs.sh~ mkinitrd/scripts/boot-guestfs.sh || : diff -u mkinitrd/scripts/boot-guestfs.sh~ mkinitrd/scripts/boot-guestfs.sh || :
# #
%if %suse_version < 1230
patched= patched=
for p in \ for p in \
%{S:1310} \ %{S:1310} \
@ -749,7 +748,6 @@ do
fi fi
done done
test -n "$patched" test -n "$patched"
%endif
./mkinitrd_setup.sh \ ./mkinitrd_setup.sh \
-s $PWD/mkinitrd/scripts \ -s $PWD/mkinitrd/scripts \