1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-08-30 09:17:57 +00:00

Fix: include /var/lib/mympd/

This commit is contained in:
Jürgen Mang
2018-08-28 13:28:52 +02:00
committed by GitHub
parent 669d4eea77
commit 88299b5c2e

View File

@@ -22,7 +22,7 @@ BuildRequires: openssl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
myMPD is a standalone webclient for mpd. myMPD is a standalone and mobile friendly web mpdclient.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
@@ -45,6 +45,7 @@ chmod 755 %{buildroot}/usr/share/mympd/crcert.sh
/usr/share/mympd /usr/share/mympd
%config /etc/mympd %config /etc/mympd
/usr/share/man/man1/mympd.1.gz /usr/share/man/man1/mympd.1.gz
/var/lib/mympd
%changelog %changelog
* Tue Aug 28 2018 Juergen Mang <mail@jcgames.de> - master * Tue Aug 28 2018 Juergen Mang <mail@jcgames.de> - master