diff options
author | 2005-03-17 02:51:28 +0000 | |
---|---|---|
committer | 2005-03-17 02:51:28 +0000 | |
commit | 8b93a0862f36b7ca1e982482bfd50093594f649a (patch) | |
tree | 6784524216d68d80d873820f9be5c7b096e479f9 /sys-apps/util-linux/util-linux-2.12q.ebuild | |
parent | misc fixes round() #75221 epoll_wait() #58424 ln/readlink #81949 (diff) | |
download | gentoo-2-8b93a0862f36b7ca1e982482bfd50093594f649a.tar.gz gentoo-2-8b93a0862f36b7ca1e982482bfd50093594f649a.tar.bz2 gentoo-2-8b93a0862f36b7ca1e982482bfd50093594f649a.zip |
link renice.1 to renice.8 to override renice.1p #83611 by Max Barry
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/util-linux/util-linux-2.12q.ebuild')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.12q.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.12q.ebuild b/sys-apps/util-linux/util-linux-2.12q.ebuild index cd12b3e98942..bdfe24bfad08 100644 --- a/sys-apps/util-linux/util-linux-2.12q.ebuild +++ b/sys-apps/util-linux/util-linux-2.12q.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12q.ebuild,v 1.1 2005/02/21 16:30:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12q.ebuild,v 1.2 2005/03/17 02:51:28 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -118,6 +118,9 @@ src_install() { dosbin partx/{addpart,delpart,partx} || die "dosbin" use perl || rm -f "${D}"/usr/bin/chkdupexe + # man-pages installs renice(1p) but util-linux does renice(8) + dosym ../man8/renice.8 /usr/share/man/man1/renice.1 + dodoc HISTORY MAINTAINER README VERSION docinto examples dodoc example.files/* |