From cc54ab04bd38a76ee69413f3285d40d5ae348302 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2008 04:24:43 +0200 Subject: [PATCH] glibc: install info files in destdir. --HG-- extra : convert_revision : 43020907daea7a2c325fc3795a1a898e856eaae7 --- templates/glibc.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/glibc.tmpl b/templates/glibc.tmpl index 63cc7505076..e251331d670 100644 --- a/templates/glibc.tmpl +++ b/templates/glibc.tmpl @@ -9,7 +9,8 @@ configure_script="../configure" configure_args="--with-tls -disable-profile --with-__thread --enable-kernel=2.6.16 --enable-add-ons --without-gd --enable-bind-now --without-cvs --without-selinux --prefix=/usr --libdir=/usr/lib - --with-headers=/usr/include" + --with-headers=/usr/include + --infodir=/usr/share/info" make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install localedata/install-locales" short_desc="The GNU C library"