This commit is contained in:
parent
ef773f3596
commit
3195f940bb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ tar --zstd -xf ${COMPILED_DIR:-/compiled}/$program_name/$program_name.tar.zst --
|
||||||
%install
|
%install
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
cd ./$program_name/
|
cd ./$program_name/$program_name/ # have to do this twice, idk why
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
mkdir -p %{buildroot}%{_datadir}
|
mkdir -p %{buildroot}%{_datadir}
|
||||||
pwd
|
pwd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue