diff options
author | 2006-09-15 19:26:13 +0000 | |
---|---|---|
committer | 2006-09-15 19:26:13 +0000 | |
commit | eacc23b4e2274db32af6d1992d3b5850fa1e787a (patch) | |
tree | 5dc671654d2bed0a1b5a734ce9164492ee82608c /games-action/phobiaii/files | |
parent | Change hard-coded /opt to GAMES_PREFIX_OPT. (diff) | |
download | gentoo-2-eacc23b4e2274db32af6d1992d3b5850fa1e787a.tar.gz gentoo-2-eacc23b4e2274db32af6d1992d3b5850fa1e787a.tar.bz2 gentoo-2-eacc23b4e2274db32af6d1992d3b5850fa1e787a.zip |
Change hard-coded /opt to GAMES_PREFIX_OPT.
(Portage version: 2.1.1)
Diffstat (limited to 'games-action/phobiaii/files')
-rw-r--r-- | games-action/phobiaii/files/phobiaII | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/phobiaii/files/phobiaII b/games-action/phobiaii/files/phobiaII index 6150b8757e2f..146ad9118023 100644 --- a/games-action/phobiaii/files/phobiaII +++ b/games-action/phobiaii/files/phobiaII @@ -1,3 +1,3 @@ #!/bin/sh -cd /opt/phobiaii +cd GAMES_PREFIX_OPT/phobiaii exec ./linuxphobia "$@" |