Skip to content

Commit

Permalink
Ports: Point doom port to our own SerenityDOOM fork
Browse files Browse the repository at this point in the history
This will make it easier to make improvements to the port.
  • Loading branch information
awesomekling committed Sep 14, 2019
1 parent 31046b1 commit 24cc61a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Ports/doom/doom.sh
Original file line number Diff line number Diff line change
@@ -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 ""
Expand Down

0 comments on commit 24cc61a

Please sign in to comment.