mpd: avoid hardcoded prefix in patches
%ci:no-build
This commit is contained in:
parent
ae0f147c89
commit
f57894b54b
@ -70,7 +70,7 @@
|
||||
#
|
||||
# And for Unix Socket
|
||||
-#bind_to_address "~/.mpd/socket"
|
||||
+bind_to_address "/data/data/com.termux/files/usr/var/run/mpd.socket"
|
||||
+bind_to_address "@TERMUX_PREFIX@/var/run/mpd.socket"
|
||||
#
|
||||
# This setting is the TCP port that is desired for the daemon to get assigned
|
||||
-# to.
|
||||
@ -205,7 +205,7 @@
|
||||
+audio_output {
|
||||
+ type "fifo"
|
||||
+ name "ncmpcpp visualizer"
|
||||
+ path "/data/data/com.termux/files/usr/var/run/mpd.fifo"
|
||||
+ path "@TERMUX_PREFIX@/var/run/mpd.fifo"
|
||||
+ format "44100:16:2"
|
||||
+ enabled "no"
|
||||
+}
|
||||
|
Loading…
Reference in New Issue
Block a user