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
Notes: sideshowbarker 2024-07-17 07:29:38 +09:00

View file

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