okay apparently variables don't persist
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
3195f940bb
commit
a58203ae35
1 changed files with 2 additions and 3 deletions
|
@ -16,9 +16,8 @@ program_name="fjord-launcher-unlocked"
|
||||||
tar --zstd -xf ${COMPILED_DIR:-/compiled}/$program_name/$program_name.tar.zst --one-top-level
|
tar --zstd -xf ${COMPILED_DIR:-/compiled}/$program_name/$program_name.tar.zst --one-top-level
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pwd
|
program_name="fjord-launcher-unlocked"
|
||||||
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