diff --git a/mpd.changes b/mpd.changes index a055780..b8f2879 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 19 11:40:13 UTC 2020 - Dominique Leuenberger + +- Fix typo in previous commit. + ------------------------------------------------------------------- Wed Aug 19 09:12:04 UTC 2020 - Dominique Leuenberger diff --git a/mpd.spec b/mpd.spec index 076ec33..6a93364 100644 --- a/mpd.spec +++ b/mpd.spec @@ -219,7 +219,7 @@ install -m 0644 %{SOURCE1} README.mpd cp -a "%{SOURCE2}" "%{buildroot}%{_docdir}/%{name}/" ln -s service %{buildroot}%{_sbindir}/rcmpd rm %{buildroot}%{_userunitdir}/mpd.socket -ln -s ../system/mpd.socket %{buildroot}%%{_userunitdir/mpd.socket +ln -s ../system/mpd.socket %{buildroot}%{_userunitdir}/mpd.socket %pre # add mpd user only when installing first time