| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/Attic/psmisc-22.18.ebuild,v 1.1 2012/06/19 06:50:48 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/Attic/psmisc-22.18.ebuild,v 1.2 2012/08/25 22:33:18 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | DESCRIPTION="A set of tools that use the proc filesystem" |
7 | DESCRIPTION="A set of tools that use the proc filesystem" |
| 8 | HOMEPAGE="http://psmisc.sourceforge.net/" |
8 | HOMEPAGE="http://psmisc.sourceforge.net/" |
| … | |
… | |
| 44 | [[ -s ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/bin/peekfd |
44 | [[ -s ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/bin/peekfd |
| 45 | [[ -e ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/share/man/man1/peekfd.1 |
45 | [[ -e ${ED}/usr/bin/peekfd ]] || rm -f "${ED}"/usr/share/man/man1/peekfd.1 |
| 46 | |
46 | |
| 47 | # fuser is needed by init.d scripts |
47 | # fuser is needed by init.d scripts |
| 48 | dodir /bin |
48 | dodir /bin |
| 49 | mv -vf "${ED}"/usr/bin/fuser "${ED}"/bin || die |
49 | mv "${ED}"/usr/bin/fuser "${ED}"/bin || die |
| 50 | } |
50 | } |