From 5ad243a22e42fa78a2cd948a64c891e1c09fb8e5 Mon Sep 17 00:00:00 2001 From: acerix Date: Thu, 20 Dec 2018 13:00:20 -0500 Subject: [PATCH] Fix filenames --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cc5eae7..e2333e4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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.opt.64.llvm "${pkgdir}"/usr/share/godot/templates/ - install -Dm755 bin/godot.server.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.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