Commit Graph

9 Commits

Author SHA1 Message Date
b2eb1e7f00 Use a more general method of aliasing md5sum
Rather than checking the platform or operating system, simply check if
the command exists. If the check fails, check if the md5 command exists.
If that fails as well, cancel the build script. Otherwise, assign the
alias as before.
2018-02-23 18:58:45 -06:00
f512fe2faa This patch allows Paper to be build on FreeBSD using the paper script. FreeBSD also doesn't have md5sum and uses md5, just like OS X. As such I added an extra check for the presence of FreeBSD. 2018-02-22 11:43:31 +01:00
f29c81c414 Add clean command and fix critical script issue 2017-09-28 17:52:05 -05:00
67f96885aa Move mc decompile source to its own folder
Makes caching easier, ever so slightly more organized.
2017-08-12 18:56:59 -05:00
676d0e8bcf Fix building when directory with spaces is used 2016-11-20 23:58:20 +02:00
56705f6445 Workaround for OSX not having the realpath command. 2016-04-03 03:35:51 -05:00
ed05173181 Use set -e to handle errors better in the build scripts 2016-04-03 02:23:19 -05:00
aeea23a135 Rebuild patches after we continue from a paper edit. 2016-04-02 18:34:27 -05:00
09812092f9 Cleanup and restructure the project 2016-04-01 22:55:54 -05:00