summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a732092ad06e..abf7e9c07d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Peter <craven@gmx.net>
pkgname=ypsilon-scheme
pkgver=0.9.6.update3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="The implementation of R6RS Scheme Programming Language for real-time applications."
arch=(x86_64 i686)
@@ -31,7 +31,9 @@ validpgpkeys=()
build() {
cd "ypsilon-$pkgver"
- make
+ sed -i 's|/usr/local|/usr|' Makefile
+ sed -i 's|/usr/local/share/ypsilon|/usr/share/ypsilon|' src/core.h
+ make PREFIX=/usr
}
package() {