1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +00: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:
Jelle Raaijmakers 2022-09-05 23:23:35 +02:00 committed by Andreas Kling
parent 98fb0727a4
commit 71c7ac3510

View File

@ -27,7 +27,6 @@ configure() {
}
build() {
run cp -v ../../prboom-plus.wad build/
run make -C build "${makeopts[@]}"
}