summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsph2016-02-20 15:44:05 +0000
committersph2016-02-20 15:44:05 +0000
commitea0c0d43beb32a25234ea1024d7fe910ddcb16cf (patch)
tree603b12612d954197b9213e97fc5ccbadb2afd442
parentc9713a24bf17ea11cd19be44c81324f67deb3326 (diff)
downloadaur-ea0c0d43beb32a25234ea1024d7fe910ddcb16cf.tar.gz
update install script path
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 233a372f6801..61ee381b795c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,6 @@ pkgver() {
package() {
cd $_gitname
- ./exec/install "${pkgdir}"
+ ./exe/install "${pkgdir}"
chmod 755 -R "${pkgdir}"
} \ No newline at end of file