]> arthur.barton.de Git - bup.git/commit
GNUmakefile: use correct dev/python path when installing bup
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 7 May 2021 20:06:34 +0000 (22:06 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 15 May 2021 18:56:36 +0000 (13:56 -0500)
commit9244bf9e0a856c1d7cdd657a3bf5c0e29644c621
treebb63539d66f05ac1b3a6fa07278f39d1f03193f6
parenta1b674d205c0b80583fb98b543ac758dc5bc1169
GNUmakefile: use correct dev/python path when installing bup

$(bup_python) no longer exists, we should use dev/python.
But since we change working directory, that needs a fully
qualified path.

Reported-by: Quaddle Me <quaddle.me@gmail.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
[rlb@defaultvalue.org: use $(CURDIR) instead of $(PWD); add . target dir]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
GNUmakefile