mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Ports: Point doom port to our own SerenityDOOM fork
This will make it easier to make improvements to the port.
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user