games-engines/hugor: remove files, update ebuild
[gentoo-interactive-fiction.git] / dev-lang / inform / files / inform7-6G60-paths.patch
blobcf9b0bb347d94c402953edd16af7505b97a6538c
1 Source: dleverton
2 Upstream: n/a
3 Reason: change some default paths around to better suit Gentoo
5 --- bin/i7~ 2010-12-29 03:07:27.000000000 +0000
6 +++ bin/i7 2013-07-09 18:33:39.000000000 +0100
7 @@ -4,13 +4,13 @@
8 use Getopt::Std;
9 $Getopt::Std::STANDARD_HELP_VERSION=1;
11 -$idesettings{'PREFIX'}="/usr/local";
12 +$idesettings{'PREFIX'}="/usr";
13 $idesettings{'NAME'}="";
15 $VERSION = "6G60";
17 $NI = "$idesettings{'PREFIX'}/libexec/ni";
18 -$I6 = "$idesettings{'PREFIX'}/libexec/inform-6.32-biplatform";
19 +$I6 = "/usr/bin/inform";
20 $BLORB = "$idesettings{'PREFIX'}/libexec/cBlorb";
21 $NONINTERACTIVE = 0;
22 $STORY = "";
23 @@ -48,9 +48,9 @@
27 -$idesettings{'ZTERP'}="$idesettings{'PREFIX'}/libexec/dumb-frotz";
28 +$idesettings{'ZTERP'}="/usr/games/bin/glkfrotz";
29 $idesettings{'ZTERPBG'}=0;
30 -$idesettings{'GTERP'}="$idesettings{'PREFIX'}/libexec/dumb-glulxe";
31 +$idesettings{'GTERP'}="/usr/games/bin/glulxe";
32 $idesettings{'GTERPBG'}=0;
34 $CLEANUP = "";