mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports: Remove invalid copy action from PrBoom+ build
This was a test that should have been removed in the previous PR.
This commit is contained in:
parent
98fb0727a4
commit
71c7ac3510
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ configure() {
|
|||
}
|
||||
|
||||
build() {
|
||||
run cp -v ../../prboom-plus.wad build/
|
||||
run make -C build "${makeopts[@]}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue