debian/rules: set INSTALL, TAR, SANE_TOOL_PATH explicitly in OPTS
commit5008f95f288718c5e324fe9e78512a1d022b3b10
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 3 Jan 2014 21:12:31 +0000 (3 13:12 -0800)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 17 Jun 2014 22:52:40 +0000 (17 15:52 -0700)
tree61f1e936d8d8a378191c712bc93c393c1d3ba846
parent8a14e5ccf57c7451aa58dec5406e91fc7f2b32d6
debian/rules: set INSTALL, TAR, SANE_TOOL_PATH explicitly in OPTS

Dyson (Debian on Illumos, http://osdyson.org) has `uname -s` = SunOS
and `uname -o`  = Solaris so there is no easy way for the git
makefile to distinguish it for a more typical OpenSolaris system.
So it automatically gets settings

SANE_TOOL_PATH = /usr/xpg6/bin:/usr/xpg4/bin
INSTALL = /usr/ucb/install
TAR = gtar

which are not appropriate for a Debian system (and, in the case of
$(INSTALL) and $(TAR), break the build).

Reported-by: Игорь Пашев <pashev.igor@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
debian/changelog
debian/rules