[Lunar-commits] <moonbase> xcb-proto: remove the *.pyo generated files as their presence in the
Florin Braescu
florin at lunar-linux.org
Tue Nov 18 16:25:31 CET 2008
commit 9324d3ab0cb79ccb3e820edc6d4b8f45f25ca4fc
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Nov 18 17:25:31 2008 +0200
xcb-proto: remove the *.pyo generated files as their presence in the
install log can cuse the continuous reistall of the module in some
conditions.
---
xorg7/extra/xcb-proto/BUILD | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/xorg7/extra/xcb-proto/BUILD b/xorg7/extra/xcb-proto/BUILD
index cfe3408..79ab534 100644
--- a/xorg7/extra/xcb-proto/BUILD
+++ b/xorg7/extra/xcb-proto/BUILD
@@ -1,6 +1,7 @@
(
. /etc/profile.d/x11r7.rc &&
- default_build
+ default_build &&
+ rm -fR /usr/lib/python*/site-packages/xcbgen/*.pyo
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list