From 3026ea95d270bd36249b9bd9b4dbc7f1471142f5 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Mon, 7 Mar 2022 23:21:06 +1300 Subject: games/pcgen: Add missing patch file. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- games/pcgen/pcgen.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 games/pcgen/pcgen.patch (limited to 'games/pcgen') diff --git a/games/pcgen/pcgen.patch b/games/pcgen/pcgen.patch new file mode 100644 index 0000000000..2bbdd907bd --- /dev/null +++ b/games/pcgen/pcgen.patch @@ -0,0 +1,19 @@ +--- pcgen 2020-11-14 22:10:16.000000000 +1300 ++++ pcgen-slackware 2022-03-06 19:54:07.786181861 +1300 +@@ -19,13 +19,13 @@ + PRG=`dirname "$PRG"`"/$link" + fi + done +-SAVED="`pwd`" ++SAVED="/opt/pcgen" + cd "`dirname \"$PRG\"`/" >/dev/null +-APP_HOME="`pwd -P`" ++APP_HOME="/opt/pcgen" + cd "$SAVED" >/dev/null + + APP_NAME="pcgen" +-APP_BASE_NAME=`basename "$0"` ++APP_BASE_NAME=pcgen + + # Add default JVM options here. You can also use JAVA_OPTS and PCGEN_OPTS to pass JVM options to this script. + DEFAULT_JVM_OPTS='"-Dsun.java2d.d3d=false"' -- cgit v1.2.3