summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-11-01 07:11:37 -0400
committerbrent s2016-11-01 07:11:37 -0400
commitf67056796f7225efb5cce7208ce01b2b30ccc945 (patch)
tree1ff366726f0e214c02d9ce41091656b9fa96dcbd /PKGBUILD
parent64e6fc673ea95da327c979eb961765d103cc38f1 (diff)
downloadaur-f67056796f7225efb5cce7208ce01b2b30ccc945.tar.gz
fixing a path issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c518426a95cb..1c2609112a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
pkgname=('nquake')
pkgver=2.5
-pkgrel=2
+pkgrel=3
pkgdesc="The easiest, quickest, and most popular QuakeWorld client."
url="http://nquake.sourceforge.net/"
license=('GPL2' 'Custom:CC0-1.0' '')
@@ -141,6 +141,6 @@ package () {
install -d -m 0755 ${pkgdir}/usr/share/licenses/${pkgname}
cp -a ${srcdir}/CC0-1.0 ${pkgdir}/usr/share/licenses/${pkgname}/.
# And the Business-End(TM). Do the thing.
- cp -a ${srcdir}/qw/textures.pk3 ${pkgdir}/opt/quake/qw. # Textures
+ cp -a ${srcdir}/qw/textures.pk3 ${pkgdir}/opt/quake/qw/. # Textures
cp -a ${srcdir}/qw/readme-textures.txt ${pkgdir}/opt/quake/. # ????
}