public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/blogtk/files: blogtk-1.1-makefile.patch
@ 2009-01-29 21:51 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-01-29 21:51 UTC (permalink / raw
  To: gentoo-commits

eva         09/01/29 21:51:24

  Added:                blogtk-1.1-makefile.patch
  Log:
  Fix parallel make issues, bug #239777.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-misc/blogtk/files/blogtk-1.1-makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blogtk/files/blogtk-1.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blogtk/files/blogtk-1.1-makefile.patch?rev=1.1&content-type=text/plain

Index: blogtk-1.1-makefile.patch
===================================================================
--- a/Makefile	2008-11-22 02:11:42.768480178 +0100
+++ b/Makefile	2008-11-22 02:12:12.664007668 +0100
@@ -19,8 +19,8 @@
 PYFILES := $(shell $(FIND) . -name "*.py" -print)
 
 install: 
-	mv src/BloGTK.py src/BloGTK.py.old
-	sed -e "s|/usr/share|$(PREFIX)/share|g" src/BloGTK.py.old > src/BloGTK.py
+	mv src/BloGTK.py src/BloGTK.py.old; \
+	sed -e "s|/usr/share|$(PREFIX)/share|g" src/BloGTK.py.old > src/BloGTK.py; \
 	rm src/BloGTK.py.old
 	$(INSTALL) -m 755 -d $(BINDIR) $(LIBDIR) $(DATADIR) $(APPLICATIONSDIR)	$(ICONDIR) 
 	$(INSTALL) -m 755 src/* $(LIBDIR)
@@ -28,5 +28,5 @@
 	$(INSTALL) -m 644 data/blogtk-icon.png $(ICONDIR)
 	$(INSTALL) -m 644 data/blogtk.desktop $(APPLICATIONSDIR)
 
-	ln -sf $(LIBDIR)/BloGTK.py $(BINDIR)/BloGTK
+	ln -sf $(LIBDIR)/BloGTK.py $(BINDIR)/BloGTK; \
 	chmod +x $(LIBDIR)/BloGTK.py






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-29 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29 21:51 [gentoo-commits] gentoo-x86 commit in net-misc/blogtk/files: blogtk-1.1-makefile.patch Gilles Dartiguelongue (eva)

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