summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ""