From 24cc61aae24de7f80fd6a905f1e1151e491f6265 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 14 Sep 2019 10:05:02 +0200 Subject: Ports: Point doom port to our own SerenityDOOM fork This will make it easier to make improvements to the port. --- Ports/doom/doom.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Ports') 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 "" -- cgit v1.2.3