setup.py: Fix the distcheck command on Windows
commitde2ff6e883015741527638ab5cece47a97ef2856
authorChristoph Reiter <creiter@src.gnome.org>
Sat, 9 Dec 2017 14:59:26 +0000 (9 15:59 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Sat, 9 Dec 2017 14:59:26 +0000 (9 15:59 +0100)
tree40f23984c84ad373a06e668c432924d972deeaa4
parent46225bf34fc5737ca5b8e9fd9a0029e6f4a8b302
setup.py: Fix the distcheck command on Windows

The distutils install command complains if the passed root/record paths
aren't absolute on Windows.
Also make use of os.path.join() while at it.
setup.py