From 17fa4cd97ae806e4e62cc8aede8e7883ebaf3f15 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 23 Sep 2013 09:10:09 +0800 Subject: [PATCH] Small fix. --- youtube-dl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube-dl.spec b/youtube-dl.spec index dfb1c15..f87dddb 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -27,7 +27,7 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} \ PREFIX=%{_prefix} \ MANDIR=%{_mandir} \ - PYTHON=%{_bindir}/python + PYTHON=%{__python2} mkdir -p %{buildroot}%{_sysconfdir} install -pm644 %{S:1} %{buildroot}%{_sysconfdir} @@ -35,7 +35,7 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} #make test %files -%doc LICENSE +%doc LICENSE README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %config(noreplace) %{_sysconfdir}/%{name}.conf