All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros
@ 2014-04-08 17:45 Paul Cercueil
  2014-04-08 17:45 ` [Buildroot] [PATCH 2/5] python-pygame: Make installation of examples optional Paul Cercueil
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Paul Cercueil @ 2014-04-08 17:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 package/python-pygame/python-pygame.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/python-pygame/python-pygame.mk b/package/python-pygame/python-pygame.mk
index d9219b9..b6381a3 100644
--- a/package/python-pygame/python-pygame.mk
+++ b/package/python-pygame/python-pygame.mk
@@ -83,13 +83,13 @@ define PYTHON_PYGAME_CONFIGURE_CMDS
 endef
 
 define PYTHON_PYGAME_REMOVE_DOC
-	rm -rf $(TARGET_DIR)/usr/lib/python*/site-packages/pygame/docs
+	rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages/pygame/docs
 endef
 
 PYTHON_PYGAME_POST_INSTALL_TARGET_HOOKS += PYTHON_PYGAME_REMOVE_DOC
 
 define PYTHON_PYGAME_REMOVE_TESTS
-	rm -rf $(TARGET_DIR)/usr/lib/python*/site-packages/pygame/tests
+	rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages/pygame/tests
 endef
 
 PYTHON_PYGAME_POST_INSTALL_TARGET_HOOKS += PYTHON_PYGAME_REMOVE_TESTS
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-03 20:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-08 17:45 [Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros Paul Cercueil
2014-04-08 17:45 ` [Buildroot] [PATCH 2/5] python-pygame: Make installation of examples optional Paul Cercueil
2014-04-11 20:12   ` Peter Korsgaard
2014-04-08 17:45 ` [Buildroot] [PATCH 3/5] libao: Remove OSS plugin when ALSA is enabled Paul Cercueil
2014-05-03 20:27   ` Peter Korsgaard
2014-04-08 17:45 ` [Buildroot] [PATCH 4/5] util-linux: Add config switches for some more binaries Paul Cercueil
2014-04-20  9:47   ` Thomas Petazzoni
2014-04-08 17:45 ` [Buildroot] [PATCH 5/5] stress: Patch to fix documentation source Paul Cercueil
2014-04-12 14:14   ` Thomas Petazzoni
2014-04-10 21:07 ` [Buildroot] [PATCH 1/5] python-pygame: Remove wildcards in macros Peter Korsgaard
2014-04-20  9:58 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.