xbps-src: check that xbps static bins are there.
This commit is contained in:
parent
ef14af4cf7
commit
48259e0011
1 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,8 @@ xbps_machine=$(uname -m)
|
||||||
|
|
||||||
# Required utilities in host system.
|
# Required utilities in host system.
|
||||||
REQHOST_UTILS="awk bash bison sed gcc msgfmt patch makeinfo \
|
REQHOST_UTILS="awk bash bison sed gcc msgfmt patch makeinfo \
|
||||||
perl fakeroot tar xz gzip bzip2"
|
perl fakeroot tar xz gzip bzip2 xbps-bin.static \
|
||||||
|
xbps-repo.static xbps-uhelper.static"
|
||||||
|
|
||||||
check_reqhost_utils()
|
check_reqhost_utils()
|
||||||
{
|
{
|
||||||
|
@ -66,7 +67,7 @@ Targets:
|
||||||
bootstrap-update
|
bootstrap-update
|
||||||
Updates bootstrap packages with latest versions available from registered
|
Updates bootstrap packages with latest versions available from registered
|
||||||
repositories in the XBPS configuration file, by default set to
|
repositories in the XBPS configuration file, by default set to
|
||||||
<masterdir>/usr/local/etc/xbps-conf.plist.
|
<masterdir>/usr/local/etc/xbps/repositories.plist.
|
||||||
|
|
||||||
build [pkgname]
|
build [pkgname]
|
||||||
Build package source (fetch + extract + configure + build).
|
Build package source (fetch + extract + configure + build).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue