summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2002-11-13 05:24:32 +0000
committerNicholas Jones <carpaski@gentoo.org>2002-11-13 05:24:32 +0000
commit1914980de0737c501c0c23d717dce69e54f6debb (patch)
tree2cf9b09035ef38d889bc6a7b03e8b9cb743a7c59 /app-i18n/manpages-ru
parent#10319 (diff)
downloadgentoo-2-1914980de0737c501c0c23d717dce69e54f6debb.tar.gz
gentoo-2-1914980de0737c501c0c23d717dce69e54f6debb.tar.bz2
gentoo-2-1914980de0737c501c0c23d717dce69e54f6debb.zip
Update so that manpages are gzip'd.
Diffstat (limited to 'app-i18n/manpages-ru')
-rw-r--r--app-i18n/manpages-ru/manpages-ru-0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/manpages-ru/manpages-ru-0.7.ebuild b/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
index 3413849d8b30..67edafe9575d 100644
--- a/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
+++ b/app-i18n/manpages-ru/manpages-ru-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-ru/manpages-ru-0.7.ebuild,v 1.4 2002/11/02 21:35:51 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-ru/manpages-ru-0.7.ebuild,v 1.5 2002/11/13 05:24:32 carpaski Exp $
DESCRIPTION="A collection of Russian translations of Linux manual pages."
HOMEPAGE="http://alexm.here.ru/manpages-ru/"
@@ -26,5 +26,5 @@ src_compile() {
src_install() {
make INSTALLPATH=${D}/usr/share/man LANG_SUBDIR=ru install || die
- prepallman
+ prepallman /usr/share
}