summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracerix2018-12-20 13:00:20 -0500
committeracerix2018-12-20 13:00:20 -0500
commit5ad243a22e42fa78a2cd948a64c891e1c09fb8e5 (patch)
treed39aa13b9d1e62305c97666b2df4c47caccfb4fb /PKGBUILD
parente0caff9f8b63effd94c47bfbcc0315826bde2f82 (diff)
downloadaur-5ad243a22e42fa78a2cd948a64c891e1c09fb8e5.tar.gz
Fix filenames
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc5eae729b1e..e2333e4b46bd 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