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
|
||||
|
||||
%install
|
||||
pwd
|
||||
ls
|
||||
cd ./$program_name/$program_name/ # have to do this twice, idk why
|
||||
program_name="fjord-launcher-unlocked"
|
||||
cd ./$program_name/
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
mkdir -p %{buildroot}%{_datadir}
|
||||
pwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue