diff options
author | 2004-04-02 01:51:28 +0000 | |
---|---|---|
committer | 2004-04-02 01:51:28 +0000 | |
commit | cabefc3e957755a2db93e9ab5324a11e345f6e53 (patch) | |
tree | d780ef3e67c4f1e122a6ba589294db83fb39a757 /games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | |
parent | fixing Manifest (diff) | |
download | historical-cabefc3e957755a2db93e9ab5324a11e345f6e53.tar.gz historical-cabefc3e957755a2db93e9ab5324a11e345f6e53.tar.bz2 historical-cabefc3e957755a2db93e9ab5324a11e345f6e53.zip |
Fixing a sed to be sed -i and also making sure files are owned by user games.
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index a5b4b01009fd..6e50e3d0fd6b 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.3 2004/03/17 12:13:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.4 2004/04/02 01:51:28 wolf31o2 Exp $ inherit games @@ -115,6 +115,6 @@ q EOT cp DefUser.ini DefUser.ini.pre-epic - sed 's/^F11=.*$/F11=MusicMenu/g' < DefUser.ini > DefUser.ini~~ - mv DefUser.ini~~ DefUser.ini + sed -i 's/^F11=.*$/F11=MusicMenu/g' DefUser.ini + chown games:games ${dir}/System/*.ini } |