From 7cd377ec559ed6e6a863d132dfe5b5e7ac556d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 13 Dec 2013 20:40:47 +0100 Subject: [PATCH] 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 --- x11-proto/xcb_proto/xcb_proto-1.6.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-proto/xcb_proto/xcb_proto-1.6.recipe b/x11-proto/xcb_proto/xcb_proto-1.6.recipe index 190bd056d..7daaf4544 100644 --- a/x11-proto/xcb_proto/xcb_proto-1.6.recipe +++ b/x11-proto/xcb_proto/xcb_proto-1.6.recipe @@ -46,5 +46,5 @@ BUILD() INSTALL() { - make install + make install DESTDIR=/ }