summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-30 01:35:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-30 01:35:21 +0000
commitc9dfc92d0d60e7763ef8ec9d97c23dbc4f31c486 (patch)
treed28ab01b8295c281702766c101f027d81c6da367 /games-rpg
parentFixed cosmetic errors on USE=-nowin. (diff)
downloadgentoo-2-c9dfc92d0d60e7763ef8ec9d97c23dbc4f31c486.tar.gz
gentoo-2-c9dfc92d0d60e7763ef8ec9d97c23dbc4f31c486.tar.bz2
gentoo-2-c9dfc92d0d60e7763ef8ec9d97c23dbc4f31c486.zip
Made cosmetic fix to fixinstall script.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/nwn/ChangeLog5
-rwxr-xr-xgames-rpg/nwn/files/fixinstall18
2 files changed, 13 insertions, 10 deletions
diff --git a/games-rpg/nwn/ChangeLog b/games-rpg/nwn/ChangeLog
index 216c22b08df9..5f7be09984e6 100644
--- a/games-rpg/nwn/ChangeLog
+++ b/games-rpg/nwn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-rpg/nwn
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.25 2005/09/22 13:57:33 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/ChangeLog,v 1.26 2005/09/30 01:35:21 wolf31o2 Exp $
+
+ 30 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/fixinstall:
+ Made cosmetic fix to fixinstall script.
22 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
-files/nwn-1.65-fixinstall, +files/fixinstall, nwn-1.65-r1.ebuild,
diff --git a/games-rpg/nwn/files/fixinstall b/games-rpg/nwn/files/fixinstall
index d0d7a4c80315..f92a9d9707c6 100755
--- a/games-rpg/nwn/files/fixinstall
+++ b/games-rpg/nwn/files/fixinstall
@@ -92,14 +92,14 @@ chown GENTOO_USER:GENTOO_GROUP GENTOO_DIR/nwn/ -R
chmod g+rwX GENTOO_DIR/nwn/ -R
# 1.65-specific fixes to permissions
-chmod a-x GENTOO_DIR/nwn/data/patch.bif
-chmod a-x GENTOO_DIR/nwn/nwm/Chapter1.nwm
-chmod a-x GENTOO_DIR/nwn/nwm/Chapter1E.nwm
-chmod a-x GENTOO_DIR/nwn/nwm/Chapter2.nwm
-chmod a-x GENTOO_DIR/nwn/nwm/Chapter2E.nwm
-chmod a-x GENTOO_DIR/nwn/nwm/Chapter3.nwm
-chmod a-x GENTOO_DIR/nwn/nwm/Chapter4.nwm
-chmod a-x GENTOO_DIR/nwn/nwm/Prelude.nwm
-chmod a-x GENTOO_DIR/nwn/patch.key
+chmod a-x GENTOO_DIR/nwn/data/patch.bif 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/nwm/Chapter1.nwm 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/nwm/Chapter1E.nwm 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/nwm/Chapter2.nwm 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/nwm/Chapter2E.nwm 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/nwm/Chapter3.nwm 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/nwm/Chapter4.nwm 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/nwm/Prelude.nwm 2>&1 > /dev/null
+chmod a-x GENTOO_DIR/nwn/patch.key 2>&1 > /dev/null
printf "\nYou are ready to run Neverwinter Nights.\n\n"