diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template index 9c856749a9a..1fef22d9c7d 100644 --- a/srcpkgs/chroot-texinfo/template +++ b/srcpkgs/chroot-texinfo/template @@ -11,13 +11,8 @@ distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz" checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68 bootstrap=yes - -if [ "$IN_CHROOT" ]; then - makedepends="ncurses-devel" -fi -if [ "CROSS_BUILD" ]; then - hostmakedepends="ncurses-devel" -fi +hostmakedepends="ncurses-devel" +makedepends="ncurses-devel" do_configure() { ./configure ${configure_args} --disable-nls @@ -43,6 +38,6 @@ chroot-texinfo_package() { conflicts="texinfo>=0" provides="texinfo-${version}" pkg_install() { - vmove usr + vmove all } }