Ports: Point doom port to our own SerenityDOOM fork
This will make it easier to make improvements to the port.
This commit is contained in:
parent
31046b18bb
commit
24cc61aae2
Notes:
sideshowbarker
2024-07-19 12:07:13 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/24cc61aae24
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
|||
#!/bin/sh
|
||||
PORT_DIR=doom
|
||||
PORT_DIR=SerenityDOOM
|
||||
fetch() {
|
||||
run_fetch_git "https://github.com/ozkl/doomgeneric.git"
|
||||
|
||||
run_patch serenity-port.patch -p1
|
||||
run_fetch_git "https://github.com/SerenityOS/SerenityDOOM.git"
|
||||
}
|
||||
configure() {
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue