okay apparently variables don't persist
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2025-03-10 13:21:39 -05:00
parent 3195f940bb
commit a58203ae35
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -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