- Add support for EFI boot images.

This commit is contained in:
Peter Jones 2009-02-25 20:18:21 +00:00
parent 570741191e
commit f88ac64958

View File

@ -70,9 +70,6 @@ rates. Icedax can also be used as a CD player.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .werror %patch1 -p1 -b .werror
git init
git add .
git commit -m "initial commit"
%patch2 -p1 -b .efi %patch2 -p1 -b .efi
find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g' find . -type f -print0 | xargs -0 perl -pi -e 's#/usr/local/bin/perl#/usr/bin/perl#g'