mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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:
parent
31046b18bb
commit
24cc61aae2
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PORT_DIR=doom
|
PORT_DIR=SerenityDOOM
|
||||||
fetch() {
|
fetch() {
|
||||||
run_fetch_git "https://github.com/ozkl/doomgeneric.git"
|
run_fetch_git "https://github.com/SerenityOS/SerenityDOOM.git"
|
||||||
|
|
||||||
run_patch serenity-port.patch -p1
|
|
||||||
}
|
}
|
||||||
configure() {
|
configure() {
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue