xcb_proto: Pass / as DESTDIR

This works around py-compile complaining about an empty DESTDIR.

Note however some python files end up in non-packaged/... FIXME
This commit is contained in:
François Revol
2013-12-13 20:40:47 +01:00
parent 5940458461
commit 7cd377ec55

View File

@@ -46,5 +46,5 @@ BUILD()
INSTALL()
{
make install
make install DESTDIR=/
}