From 866e38b83aad083d6708e95073b5640ec5af11d0 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 7 Oct 2023 22:26:32 +0530 Subject: [PATCH] fixxxxx post --- opi5-efi.spec | 4 ++-- post.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opi5-efi.spec b/opi5-efi.spec index 56d6e4b..69cb981 100644 --- a/opi5-efi.spec +++ b/opi5-efi.spec @@ -4,8 +4,8 @@ %define _build_id_links none Name: opi5-efi -Version: 0.0.2 -Release: 4%{?dist} +Version: 0.0.3 +Release: 0%{?dist} Summary: Necessary files for booting from vendor U-Boot on Orange Pi 5 License: GPL Provides: %{name}-%{version} diff --git a/post.sh b/post.sh index cda02a5..ab786c2 100644 --- a/post.sh +++ b/post.sh @@ -28,5 +28,5 @@ cp "/boot/uInitrd-${UNAME_R}" /boot/uInitrd mkimage -C none -A arm -T script -d "/boot/efi/boot.cmd-${FULL_VER}" "/boot/efi/boot.scr-${FULL_VER}" cp "/boot/efi/boot.scr-${FULL_VER}" /boot/efi/boot.scr -diff /boot/efi/boot.cmd "/boot/efi/boot.cmd-${FULL_VER}" > /boot/diff_boot_cmd -diff /boot/efi/uEnv.txt "/boot/efi/uEnv.txt-${FULL_VER}" > /boot/diff_uenv_txt +diff /opt/opi5-efi/boot.cmd "/boot/efi/boot.cmd-${FULL_VER}" > /boot/diff_boot_cmd +diff /opt/opi5-efi/uEnv.txt "/boot/efi/uEnv.txt-${FULL_VER}" > /boot/diff_uenv_txt