summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrenton Horne2023-01-10 21:29:59 +1000
committerBrenton Horne2023-01-10 21:29:59 +1000
commit4d9acae375d5e8d10d7cc93965993024a04560ba (patch)
treef2a95c294b3a5a0f151f9a2d1d556bdb78460277 /PKGBUILD
parent98cf54b6b5d0fe8b27f0a956e1f20ff31001d526 (diff)
downloadaur-openra-rv-git.tar.gz
Making more compact
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72390efa2e57..020a8f2147ff 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,6 @@ package() {
cp -r mod.config $pkgdir/usr/lib/${_pkgname}
sed -i -e "s|./engine\"|/usr/lib/${_pkgname}\"|g" $pkgdir/usr/lib/${_pkgname}/mod.config
cp -r engine/mods/{common,modcontent} $pkgdir/usr/lib/${_pkgname}/mods
- cp -r engine/bin/{*.dll*,*.so} $pkgdir/usr/lib/${_pkgname}
cp -r engine/{glsl,lua,AUTHORS,COPYING,'global mix database.dat',VERSION} $pkgdir/usr/lib/${_pkgname}
install -Dm755 $srcdir/${_pkgname} $pkgdir/usr/bin/${_pkgname}
cp -r $srcdir/../${_pkgname}.appdata.xml $pkgdir/usr/share/appdata/${_pkgname}.appdata.xml