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() { build() {
run cp -v ../../prboom-plus.wad build/
run make -C build "${makeopts[@]}" run make -C build "${makeopts[@]}"
} }