summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsph2016-02-20 15:44:21 +0000
committersph2016-02-20 15:44:21 +0000
commitdbc73f7a62e88ad56fd2a2581b25c59a8e5dd021 (patch)
tree108c08202c5bc8ea62f38399d0e14c17dd5c5855
parent90edb497b59d468d331c483a928bbcd5ddc10b3c (diff)
downloadaur-dbc73f7a62e88ad56fd2a2581b25c59a8e5dd021.tar.gz
update install script path
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbb1e760bce8..d7b08d75bee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=sph-lib-git
_gitname=sph-lib
pkgver=a641d33
-pkgrel=2
+pkgrel=3
pkgdesc='set of over 80 guile scheme libraries'
arch=(any)
license=(gpl3)
@@ -20,5 +20,5 @@ pkgver() {
package() {
cd $_gitname
chmod 755 -R "${pkgdir}"
- ./exec/install "${pkgdir}"
+ ./exe/install "${pkgdir}"
} \ No newline at end of file