pkg(rockstar-1.0.0): switch to rocky implementation (#251)

This commit is contained in:
Dan Vargas 2021-05-05 05:45:33 -05:00 committed by GitHub
parent 09d32a521e
commit dae0c57aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 19 deletions

View file

@ -1,2 +1,5 @@
export ROCKSTAR_PATH=$PWD/rockstar/satriani
#!/bin/bash
# Paths to the Java binary and Rocky jar
export ROCKSTAR_PATH=$PWD
export PATH=$PWD/bin:$PATH