From d4c7ed8586f778d4a57f9265640a662b5e3f3f29 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Mar 2009 06:33:29 +0100 Subject: [PATCH] util-linux-ng: install the wall(1) command. --HG-- extra : convert_revision : 42cb870499a39fd181ada353e84b26003b8cb4c7 --- templates/util-linux-ng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/util-linux-ng/template b/templates/util-linux-ng/template index 59f1195f4a0..f1cbc98d0b6 100644 --- a/templates/util-linux-ng/template +++ b/templates/util-linux-ng/template @@ -3,7 +3,7 @@ pkgname=util-linux-ng version=2.14.2 distfiles="http://www.kernel.org/pub/linux/utils/$pkgname/v2.14/$pkgname-$version.tar.bz2" build_style=gnu_configure -configure_args="--enable-partx --disable-wall --enable-write +configure_args="--enable-partx --enable-write --infodir=/usr/share/info --mandir=/usr/share/man" make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install" short_desc="Miscellaneous linux utilities"