diff options
author | 2005-09-30 01:35:21 +0000 | |
---|---|---|
committer | 2005-09-30 01:35:21 +0000 | |
commit | c9dfc92d0d60e7763ef8ec9d97c23dbc4f31c486 (patch) | |
tree | d28ab01b8295c281702766c101f027d81c6da367 /games-rpg/nwn/files | |
parent | Fixed cosmetic errors on USE=-nowin. (diff) | |
download | gentoo-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/nwn/files')
-rwxr-xr-x | games-rpg/nwn/files/fixinstall | 18 |
1 files changed, 9 insertions, 9 deletions
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" |