summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2017-09-05 19:19:44 -0400
committerSlashbunny2017-09-05 19:19:44 -0400
commit161e42ab62f6e80b066cef33c080ab3390c8ff0e (patch)
treef3a93fc9df9414b1607076b47ef84ee41984855c /PKGBUILD
parent45184f292b41575d33b7a649b5f3dc3cdfb50130 (diff)
downloadaur-quake3-rocketarena.tar.gz
Remove unneeded files from package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecf9fc7be0db..fab65d584029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,9 @@ package() {
# Create Destination Directories
install -d "${pkgdir}/opt/quake3/"
+ # Remove unneeded files
+ rm "${srcdir}/arena/"{qagamex86.dll,ra3_server.bat,ra3_server.sh}
+
# Install RA3 Files
cp -r "${srcdir}/arena" \
"${pkgdir}/opt/quake3/"