diff options
-rw-r--r-- | firstaidkit.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec index 9524a00..5f9714a 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -136,7 +136,7 @@ This package contains the Gtk based FirstAidKit GUI #generate the about file with version and license path echo "version=%{version}" >> $RPM_BUILD_ROOT%{_sysconfdir}/firstaidkit/about -echo "copying=%{_docdir}/COPYING" >> $RPM_BUILD_ROOT%{_sysconfdir}/firstaidkit/about +echo "copying=%{_docdir}/%{name}-%{version}/COPYING" >> $RPM_BUILD_ROOT%{_sysconfdir}/firstaidkit/about #gui %{__install} -d $RPM_BUILD_ROOT%{_libdir}/firstaidkit/frontend |