gprolog: disable parallel build.
This commit is contained in:
parent
2f703546c1
commit
bc5dac02b8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gprolog'
|
||||
pkgname=gprolog
|
||||
version=1.4.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${version}/src
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=gnu-configure
|
||||
|
@ -14,6 +14,7 @@ license="GPL-2,LGPL-3"
|
|||
homepage="http://www.gprolog.org/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=18c0e9644b33afd4dd3cdf29f94c099ad820d65e0c99da5495b1ae43b4f2b18e
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/lib/gprolog/{NEWS,README,ChangeLog} \
|
||||
|
|
Loading…
Reference in New Issue