public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/files/
@ 2016-09-04 20:17 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-09-04 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     26f72f659dbd580faad7c9698b74668de2424250
Author:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Sun Sep  4 19:59:04 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 20:17:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f72f65

media-video/syncplay: fix library path in patch

Closes: https://github.com/gentoo/gentoo/pull/2238

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
index 9348b92..b72d42b 100644
--- a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
+++ b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
@@ -48,7 +48,7 @@ index c52c09a..725e70e 100644
  	-mkdir -p $(BIN_PATH)
  	cp syncplayClient.py $(BIN_PATH)/syncplay
 -	sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' $(BIN_PATH)/syncplay
-+	sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' $(BIN_PATH)/syncplay
++	sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' $(BIN_PATH)/syncplay
  	chmod 755 $(BIN_PATH)/syncplay
  	cp syncplayClient.py $(LIB_PATH)/syncplay/
  	cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
@@ -73,7 +73,7 @@ index c52c09a..725e70e 100644
  	-mkdir -p $(BIN_PATH)
  	cp syncplayServer.py $(BIN_PATH)/syncplay-server
 -	sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' $(BIN_PATH)/syncplay-server
-+	sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' $(BIN_PATH)/syncplay-server
++	sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' $(BIN_PATH)/syncplay-server
  	chmod 755 $(BIN_PATH)/syncplay-server
  	cp syncplayServer.py $(LIB_PATH)/syncplay/
  	cp resources/syncplay-server.desktop $(APP_SHORTCUT_PATH)/


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

only message in thread, other threads:[~2016-09-04 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-04 20:17 [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/files/ David Seifert

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