Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/syncplay/files/
Date: Sun, 04 Sep 2016 20:18:03
Message-Id: 1473020259.26f72f659dbd580faad7c9698b74668de2424250.soap@gentoo
1 commit: 26f72f659dbd580faad7c9698b74668de2424250
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 4 19:59:04 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 20:17:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f72f65
7
8 media-video/syncplay: fix library path in patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/2238
11
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 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
18 index 9348b92..b72d42b 100644
19 --- a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
20 +++ b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
21 @@ -48,7 +48,7 @@ index c52c09a..725e70e 100644
22 -mkdir -p $(BIN_PATH)
23 cp syncplayClient.py $(BIN_PATH)/syncplay
24 - sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' $(BIN_PATH)/syncplay
25 -+ sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' $(BIN_PATH)/syncplay
26 ++ sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' $(BIN_PATH)/syncplay
27 chmod 755 $(BIN_PATH)/syncplay
28 cp syncplayClient.py $(LIB_PATH)/syncplay/
29 cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
30 @@ -73,7 +73,7 @@ index c52c09a..725e70e 100644
31 -mkdir -p $(BIN_PATH)
32 cp syncplayServer.py $(BIN_PATH)/syncplay-server
33 - sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' $(BIN_PATH)/syncplay-server
34 -+ sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' $(BIN_PATH)/syncplay-server
35 ++ sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' $(BIN_PATH)/syncplay-server
36 chmod 755 $(BIN_PATH)/syncplay-server
37 cp syncplayServer.py $(LIB_PATH)/syncplay/
38 cp resources/syncplay-server.desktop $(APP_SHORTCUT_PATH)/