summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2015-06-19 02:55:45 -0600
committerJorge Araya Navarro2015-06-19 02:55:45 -0600
commit352dc8281c791c49dff5885871b30f9cbfe974cd (patch)
treef62314b8b55578dfb18f5333bfe9b377733d3425
parentf45664b49bb1e707363f792431b31e360a17fd6e (diff)
downloadaur-352dc8281c791c49dff5885871b30f9cbfe974cd.tar.gz
the executable changes of name when target=release_debug is use
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 748d8c06b6ca..a79bbc54da1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ package() {
cd "${srcdir}"/${pkgname}-${pkgver}-stable
- install -D -m755 bin/godot.x11.tools.${_arch} "${pkgdir}"/usr/bin/godot
+ install -D -m755 bin/godot.x11.opt.tools.${_arch} "${pkgdir}"/usr/bin/godot
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/godot/LICENSE
}