diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-09-14 10:05:02 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-14 10:05:02 +0200 |
commit | 24cc61aae24de7f80fd6a905f1e1151e491f6265 (patch) | |
tree | 56f1f04ce8c06980147168bce7f05ffc9bf6c543 /Ports/doom | |
parent | 31046b18bbf198c77ddeaddb1a99de0141f746ad (diff) | |
download | serenity-24cc61aae24de7f80fd6a905f1e1151e491f6265.zip |
Ports: Point doom port to our own SerenityDOOM fork
This will make it easier to make improvements to the port.
Diffstat (limited to 'Ports/doom')
-rwxr-xr-x | Ports/doom/doom.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Ports/doom/doom.sh b/Ports/doom/doom.sh index a5f0c6f202..dbb5591837 100755 --- a/Ports/doom/doom.sh +++ b/Ports/doom/doom.sh @@ -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 "" |