--- pmfile.orig 2008-11-03 10:31:36.000000000 -0800 +++ pmfile 2009-03-15 23:09:42.000000000 -0700 @@ -19,8 +19,8 @@ -- Where do you want WordGrinder installed? By default, it goes into your -- home directory. -PREFIX = HOME --- PREFIX = "/usr/local" +-- PREFIX = HOME +PREFIX = "/usr" -- What build flags do you want to use? (Not including -g or -Os, which are -- added later automatically.) @@ -46,7 +46,7 @@ CINCLUDES = { "/usr/include/ncursesw", - "/usr/include/lua5.1", + "/usr/include/", "src/c" } @@ -212,7 +212,7 @@ CLIBRARIES = { PARENT, 'ncursesw', - 'lua5.1' + 'lua' } } @@ -334,7 +334,7 @@ command = { "install -D -m 755 %in[1]% %PREFIX%/bin/wordgrinder", "install -D -m 644 %in[2]% %PREFIX%/man/man1/wordgrinder.1", - "install -D -m 644 %in[3]% %PREFIX%/share/doc/wordgrinder/README.wg" + "install -D -m 644 %in[3]% %PREFIX%/share/doc/wordgrinder-0.3.2/README.wg" }, wordgrinder_release_exe,