gzip: added missing builddeps for chroot.
This commit is contained in:
parent
3e70d1f616
commit
a6c69a17ba
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ long_desc="
|
|||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build texinfo
|
||||
fi
|
||||
|
||||
post_build()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/share/info
|
||||
|
|
Loading…
Reference in a new issue