Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184966 | Differences between
and this patch

Collapse All | Expand All

(-)bin/i7~ (-3 / +3 lines)
Lines 3-9 Link Here
3
use Cwd qw(getcwd realpath);
3
use Cwd qw(getcwd realpath);
4
use Getopt::Std;
4
use Getopt::Std;
5
5
6
$idesettings{'PREFIX'}="/usr/local";
6
$idesettings{'PREFIX'}="/usr";
7
$idesettings{'NAME'}="";
7
$idesettings{'NAME'}="";
8
8
9
$VERSION = "4U65";
9
$VERSION = "4U65";
Lines 32-40 Link Here
32
$idesettings{'BROWSER'} = $ENV{'BROWSER'};
32
$idesettings{'BROWSER'} = $ENV{'BROWSER'};
33
$idesettings{'BROWSERBG'}=0;
33
$idesettings{'BROWSERBG'}=0;
34
34
35
$idesettings{'ZTERP'}="$idesettings{'PREFIX'}/libexec/dumb-frotz";
35
$idesettings{'ZTERP'}="/usr/games/bin/dfrotz";
36
$idesettings{'ZTERPBG'}=0;
36
$idesettings{'ZTERPBG'}=0;
37
$idesettings{'GTERP'}="$idesettings{'PREFIX'}/libexec/dumb-glulxe";
37
$idesettings{'GTERP'}="/usr/games/bin/glulxe";
38
$idesettings{'GTERPBG'}=0;
38
$idesettings{'GTERPBG'}=0;
39
39
40
$CLEANUP = "";
40
$CLEANUP = "";

Return to bug 184966