From 71c7ac35101579e0b584e83b0c6be723a857b3c4 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 5 Sep 2022 23:23:35 +0200 Subject: [PATCH] Ports: Remove invalid copy action from PrBoom+ build This was a test that should have been removed in the previous PR. --- Ports/prboom-plus/package.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Ports/prboom-plus/package.sh b/Ports/prboom-plus/package.sh index 58d31ef8b3..2b0084f906 100755 --- a/Ports/prboom-plus/package.sh +++ b/Ports/prboom-plus/package.sh @@ -27,7 +27,6 @@ configure() { } build() { - run cp -v ../../prboom-plus.wad build/ run make -C build "${makeopts[@]}" }