diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-10-20 18:59:16 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-10-20 18:59:16 +0000 |
commit | 9c9ec6427c7ecb53c8c1338d4aa4f160e7c5110f (patch) | |
tree | 59e94fb4accdd0c60007fd17620345514a43c209 /games-simulation | |
parent | Update description for cdparanoia mask, only needs to be tested on FreeBSD now. (diff) | |
download | gentoo-2-9c9ec6427c7ecb53c8c1338d4aa4f160e7c5110f.tar.gz gentoo-2-9c9ec6427c7ecb53c8c1338d4aa4f160e7c5110f.tar.bz2 gentoo-2-9c9ec6427c7ecb53c8c1338d4aa4f160e7c5110f.zip |
insinto is -safe.
(Portage version: 2.1.3.14)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/openttd-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/openttd/openttd-0.5.3.ebuild b/games-simulation/openttd/openttd-0.5.3.ebuild index 891b8b24efd4..4da6e84e30e8 100644 --- a/games-simulation/openttd/openttd-0.5.3.ebuild +++ b/games-simulation/openttd/openttd-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild,v 1.2 2007/10/01 23:56:44 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.3.ebuild,v 1.3 2007/10/20 18:59:16 pylon Exp $ inherit eutils games @@ -110,7 +110,7 @@ src_install() { doins scripts/*.example || die "doins failed (scripts)" for i in {16,32,48,64,128}; do - insinto "${ROOT}"/usr/share/icons/hicolor/${i}x${i}/apps + insinto /usr/share/icons/hicolor/${i}x${i}/apps newins media/openttd.${i}.png openttd.png done |