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