ports/emulators/fceux/files/patch-scripts_unix__make__docs.sh
Robert Clausecker f6185e251d
emulators/fceux: revive port
Now that the build system no longer requires python27, this port can be
revived.  The port has been completely redone from scratch based on the
current upstream version.

PR:		261402
2022-01-23 00:14:17 -04:00

18 lines
453 B
Bash

--- scripts/unix_make_docs.sh.orig 2022-01-21 21:26:16 UTC
+++ scripts/unix_make_docs.sh
@@ -1,13 +1,8 @@
#!/bin/bash
-PROJECT_ROOT=$( cd "$(dirname ${BASH_SOURCE[0]})"/.. && pwd )
+cd $PROJECT_ROOT/web
-echo $PROJECT_ROOT;
-echo "Building for OS: $OSTYPE";
-
-cd $PROJECT_ROOT/web;
-
-qhelpgenerator fceux.qhcp -o fceux.qhc
+${QHELPGENERATOR} fceux.qhcp -o fceux.qhc
cp -f fceux.qhc $PROJECT_ROOT/output
cp -f fceux.qch $PROJECT_ROOT/output