summaryrefslogtreecommitdiff
path: root/Ports/doom
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-09-14 10:05:02 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-09-14 10:05:02 +0200
commit24cc61aae24de7f80fd6a905f1e1151e491f6265 (patch)
tree56f1f04ce8c06980147168bce7f05ffc9bf6c543 /Ports/doom
parent31046b18bbf198c77ddeaddb1a99de0141f746ad (diff)
downloadserenity-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-xPorts/doom/doom.sh6
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 ""