public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter/files: pyclutter-fix-docs-install-data-hook.patch
@ 2010-02-26 22:42 99% Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 1+ results
From: Nirbheek Chauhan (nirbheek) @ 2010-02-26 22:42 UTC (permalink / raw
  To: gentoo-commits

nirbheek    10/02/26 22:42:28

  Added:                pyclutter-fix-docs-install-data-hook.patch
  Log:
  Add initial ebuild for pyclutter, python bindings for clutter
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-python/pyclutter/files/pyclutter-fix-docs-install-data-hook.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclutter/files/pyclutter-fix-docs-install-data-hook.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclutter/files/pyclutter-fix-docs-install-data-hook.patch?rev=1.1&content-type=text/plain

Index: pyclutter-fix-docs-install-data-hook.patch
===================================================================
Assumes $(PYGOBJECT_FIXXREF) is executable

---
--- docs/Makefile.am
+++ docs/Makefile.am
@@ -82,7 +82,7 @@
 	fi
 
 install-data-hook:
-	@$(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
+	python $(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
 
 uninstall-local:
 	rm -rf $(DESTDIR)$(TARGET_DIR)/*
--- docs/Makefile.in
+++ docs/Makefile.in
@@ -82,7 +82,7 @@
 	fi
 
 install-data-hook:
-	@$(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
+	python $(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
 
 uninstall-local:
 	rm -rf $(DESTDIR)$(TARGET_DIR)/*






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 22:42 99% [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter/files: pyclutter-fix-docs-install-data-hook.patch Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox