]> Zhao Yanbai Git Server - minix.git/commit
Fix for missing /usr/games in root's PATH 95/2895/1
authorLionel Sambuc <lionel@minix3.org>
Mon, 17 Nov 2014 21:35:00 +0000 (22:35 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 17 Nov 2014 21:35:00 +0000 (22:35 +0100)
commitdb1ca87b7d6ec2c317afc4d32fc48e32496ca636
tree4cf425fe0b603a5fa0cae92dedcdbf54ead06839
parentaa4ee93d438d5a66bec26e37fe639c291d3ae02a
Fix for missing /usr/games in root's PATH

After importing the default environment from NetBSD, we discovered that
it doesn't contain /usr/games, which is required for the commands
strfile. This utility is used while generating fortune database.

This patch simply sets TOOL_STRFILE to contain an absolute path.

Change-Id: I2e366a0b67d5258f387c3f5a2a2a581fedead359
share/mk/bsd.own.mk