xbps-devel: parallel builds are supported now.
--HG-- extra : convert_revision : f8a7ede765f35d2e333b527454179dc1d9dfee0d
This commit is contained in:
parent
740ed4e896
commit
eedcbbb9e2
|
@ -11,8 +11,6 @@ long_desc="
|
|||
binary package manager. This packages includes code from a development
|
||||
branch available from https://launchpad.net/xbps"
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
subpackages="$pkgname-static"
|
||||
replaces="xbps"
|
||||
nofetch=yes
|
||||
|
@ -31,7 +29,7 @@ Add_dependency build openssl-devel
|
|||
do_fetch()
|
||||
{
|
||||
msg_normal "Fetching source from launchpad:xbps head branch..."
|
||||
bzr branch lp:xbps ${pkgname}-${version} || return 1
|
||||
bzr branch lp:xbps ${pkgname}-${version} 2>/dev/null || return 1
|
||||
}
|
||||
|
||||
post_install()
|
||||
|
|
Loading…
Reference in New Issue
Block a user