From 862e5648372638b0ee8115eb1991a01c915c4673 Mon Sep 17 00:00:00 2001 From: acerix Date: Thu, 20 Dec 2018 13:28:01 -0500 Subject: [PATCH] Actually fix filenames.. --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9b64e82..fed5d4b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=godot-export-templates pkgname=${_pkgname}-git _gitname=godot pkgver=3.1.r18268.e8cdbf99e9 -pkgrel=1 +pkgrel=2 pkgdesc='Godot export templates' url='https://godotengine.org/' license=('MIT') @@ -55,8 +55,8 @@ package() { mkdir -p "${pkgdir}"/usr/share/godot/templates/ install -Dm755 bin/godot.x11.opt.64.llvm "${pkgdir}"/usr/share/godot/templates/ install -Dm755 bin/godot.x11.opt.debug.64.llvm "${pkgdir}"/usr/share/godot/templates/ - install -Dm755 bin/godot_server.x11.opt.64.llvm "${pkgdir}"/usr/share/godot/templates/ - install -Dm755 bin/godot_server.x11.opt.debug.64.llvm "${pkgdir}"/usr/share/godot/templates/ + install -Dm755 bin/godot_server.x11.opt.64 "${pkgdir}"/usr/share/godot/templates/ + install -Dm755 bin/godot_server.x11.opt.debug.64 "${pkgdir}"/usr/share/godot/templates/ install -Dm755 bin/godot.x11.opt.32.llvm "${pkgdir}"/usr/share/godot/templates/ install -Dm755 bin/godot.x11.opt.debug.32.llvm "${pkgdir}"/usr/share/godot/templates/ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${_pkgname}"/LICENSE