summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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