maybe try using the full path

This commit is contained in:
Pratham Patel 2023-10-28 13:46:51 +05:30
parent 9074b22ca6
commit fc01b0b38a
No known key found for this signature in database

View File

@ -31,12 +31,12 @@ This package contains images for the %{board_name}.
%prep %prep
%setup -q -n %{src_dir} %setup -q -n %{src_dir}
export CROSS_COMPILE=aarch64-redhat-linux- export CROSS_COMPILE=/usr/bin/aarch64-redhat-linux-
%{make} distclean %{make} distclean
%{make} %{board_defconfig} %{make} %{board_defconfig}
%build %build
export CROSS_COMPILE=aarch64-redhat-linux- export CROSS_COMPILE=/usr/bin/aarch64-redhat-linux-
%if "%{?rkbin_git_commit}" != "" %if "%{?rkbin_git_commit}" != ""
pushd .. pushd ..
cp %{_sourcedir}/%{?rkbin_git_commit}.tar.gz . cp %{_sourcedir}/%{?rkbin_git_commit}.tar.gz .