diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-17 16:58:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-17 16:58:54 +0000 |
commit | 800d7673e46ed97b87ce017ae3c4a23a83301770 (patch) | |
tree | d27c0663d48501f3a726f8f28d4ff2249f3d595c /x11-wm/stumpwm/stumpwm-0.9.7.ebuild | |
parent | stable arm, bug #441350 (diff) | |
download | gentoo-2-800d7673e46ed97b87ce017ae3c4a23a83301770.tar.gz gentoo-2-800d7673e46ed97b87ce017ae3c4a23a83301770.tar.bz2 gentoo-2-800d7673e46ed97b87ce017ae3c4a23a83301770.zip |
fix doinfo, wrt bug #442922
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-wm/stumpwm/stumpwm-0.9.7.ebuild')
-rw-r--r-- | x11-wm/stumpwm/stumpwm-0.9.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/stumpwm/stumpwm-0.9.7.ebuild b/x11-wm/stumpwm/stumpwm-0.9.7.ebuild index d16a34d95013..ffe647705971 100644 --- a/x11-wm/stumpwm/stumpwm-0.9.7.ebuild +++ b/x11-wm/stumpwm/stumpwm-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.7.ebuild,v 1.1 2011/05/11 08:58:21 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.7.ebuild,v 1.2 2012/11/17 16:58:54 ago Exp $ EAPI="2" @@ -34,7 +34,7 @@ src_configure() { } src_compile() { - use doc && makeinfo stumpwm.texi + use doc && makeinfo stumpwm.texi.in } src_install() { |