mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-12-01 00:48:18 +00:00
remove foo bar echo statements - seems to be forgotten and useless debug statements
This commit is contained in:
parent
e5764c0076
commit
66e85d1e00
1 changed files with 0 additions and 2 deletions
|
@ -84,9 +84,7 @@ provides support for EFI systems.
|
||||||
%prep
|
%prep
|
||||||
%setup -T -c -n grub-%{tarversion}
|
%setup -T -c -n grub-%{tarversion}
|
||||||
%ifarch %{efi}
|
%ifarch %{efi}
|
||||||
echo foo
|
|
||||||
%setup -D -q -T -a 0 -n grub-%{tarversion}
|
%setup -D -q -T -a 0 -n grub-%{tarversion}
|
||||||
echo bar
|
|
||||||
cd grub-%{tarversion}
|
cd grub-%{tarversion}
|
||||||
cp %{SOURCE3} .
|
cp %{SOURCE3} .
|
||||||
# place unifont in the '.' from which configure is run
|
# place unifont in the '.' from which configure is run
|
||||||
|
|
Loading…
Reference in a new issue