View | Details | Raw Unified | Return to bug 216933
Collapse All | Expand All

(-)multimedia/syncplay/files/patch-GNUmakefile (-1 / +10 lines)
Lines 21-28 Link Here
21
 	chmod 755 $(BIN_PATH)/syncplay
21
 	chmod 755 $(BIN_PATH)/syncplay
22
 	cp syncplayClient.py $(LIB_PATH)/syncplay/
22
 	cp syncplayClient.py $(LIB_PATH)/syncplay/
23
 	cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
23
 	cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
24
@@ -85,8 +89,8 @@ u-client:
24
@@ -72,8 +76,6 @@ endif
25
 ifeq ($(VLC_SUPPORT),true)
26
 	-mkdir -p ${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/
27
 	cp resources/lua/intf/syncplay.lua ${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/
28
-	-mkdir -p ${DESTDIR}$(VLC_LIB_PATH64)/vlc/lua/intf/
29
-	cp resources/lua/intf/syncplay.lua ${DESTDIR}$(VLC_LIB_PATH64)/vlc/lua/intf/
30
 endif
25
 
31
 
32
 u-client:
33
@@ -85,8 +87,8 @@ u-client:
34
 
26
 server:
35
 server:
27
 	-mkdir -p $(BIN_PATH)
36
 	-mkdir -p $(BIN_PATH)
28
+	sed -i '' -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' syncplayServer.py
37
+	sed -i '' -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' syncplayServer.py

Return to bug 216933