chez-scheme: fix scheme-script.
This commit is contained in:
parent
be5e2f8f0d
commit
07b1b8be45
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chez-scheme'
|
# Template file for 'chez-scheme'
|
||||||
pkgname=chez-scheme
|
pkgname=chez-scheme
|
||||||
version=9.4
|
version=9.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="ChezScheme-${version}"
|
wrksrc="ChezScheme-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libX11-devel ncurses-devel zlib-devel"
|
hostmakedepends="libX11-devel ncurses-devel zlib-devel"
|
||||||
|
@ -54,6 +54,11 @@ do_configure() {
|
||||||
--nogzip-man-pages --temproot=$DESTDIR --machine=$_host
|
--nogzip-man-pages --temproot=$DESTDIR --machine=$_host
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# make link relative
|
||||||
|
ln -sf scheme.boot ${DESTDIR}/usr/lib/csv*/*/scheme-script.boot
|
||||||
|
}
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue