This commit is contained in:
Pratham Patel 2023-10-05 06:10:56 +05:30
parent e42173b9a0
commit 2c56e03c67
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ echo "Nothing to build"
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/boot/efi
cp ${SOURCE0} $RPM_BUILD_ROOT/boot/efi/boot.cmd
cp ${SOURCE1} $RPM_BUILD_ROOT/boot/efi/uEnv.txt
cp %{SOURCE0} $RPM_BUILD_ROOT/boot/efi/boot.cmd
cp %{SOURCE1} $RPM_BUILD_ROOT/boot/efi/uEnv.txt
%clean
rm -rf $RPM_BUILD_ROOT