diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-09-05 23:23:35 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-05 23:26:18 +0200 |
commit | 71c7ac35101579e0b584e83b0c6be723a857b3c4 (patch) | |
tree | 5019d2649acbabf590910947fcc187ec847bf9aa /Ports/prboom-plus/package.sh | |
parent | 98fb0727a4ce37910e8e0b38ce8ada3e73e0fc52 (diff) | |
download | serenity-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-x | Ports/prboom-plus/package.sh | 1 |
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[@]}" } |