summaryrefslogtreecommitdiff
path: root/Ports/prboom-plus/package.sh
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2022-09-05 23:23:35 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-05 23:26:18 +0200
commit71c7ac35101579e0b584e83b0c6be723a857b3c4 (patch)
tree5019d2649acbabf590910947fcc187ec847bf9aa /Ports/prboom-plus/package.sh
parent98fb0727a4ce37910e8e0b38ce8ada3e73e0fc52 (diff)
downloadserenity-71c7ac35101579e0b584e83b0c6be723a857b3c4.zip
Ports: Remove invalid copy action from PrBoom+ build
This was a test that should have been removed in the previous PR.
Diffstat (limited to 'Ports/prboom-plus/package.sh')
-rwxr-xr-xPorts/prboom-plus/package.sh1
1 files changed, 0 insertions, 1 deletions
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[@]}"
}