Commit Graph
7 Commits
Author SHA1 Message Date
Forest 35d3094cfd Merge remote-tracking branch 'upstream/master' into debfixes 2014-09-11 04:10:10 -07:00
Forest 8b866c9584 Remove the execute bit from non-executable files.
Fixes stepmania/stepmania#300.
2014-09-11 04:03:32 -07:00
Forest 4c647a5b5f Merge remote-tracking branch 'upstream/master' into debfixes 2014-09-08 13:08:43 -07:00
Forest bdaf0542f8 Make sure the target dir exists before copying to it.
Parallel builds (make -j4) were failing because the installation directory
wasn't guaranteed to exist before we tried copying files to it.
2014-09-08 11:11:28 -07:00
Forest e8a56b17e3 Prepend $(DESTDIR) to install directories, for packaging tools. 2014-09-08 11:09:31 -07:00
Forest 1da2132956 Avoid spaces in the productID / installation directory name.
The productID is used as the installation directory name, and
a space character within it can be problematic for some packaging
tools.  We therefore use a - instead.
2014-09-08 11:01:29 -07:00
Forest 96501df3d7 Use legal printf format strings when logging. 2014-09-08 02:23:45 -07:00