summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/py-pyradio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile
index 45f95505eb30..894819ccfe10 100644
--- a/audio/py-pyradio/Makefile
+++ b/audio/py-pyradio/Makefile
@@ -64,7 +64,7 @@ VLC_RUN_DEPENDS+= vlc:multimedia/vlc
ICON_DIR= share/icons/hicolor/512x512/apps
post-patch:
- @${REINPLACE_CDM} -e 's/\(distro =\) None/\1 ${OPSYS}/' \
+ @${REINPLACE_CMD} -e 's/\(distro =\) None/\1 ${OPSYS}/' \
-e 's/\(enable_notifications =\) -1/\1 0/' \
-e 's/\(remove_station_icons =\) True/\1 False/' \
-e 's/\(xdg_compliant =\) False/\1 True/' \