From 9bb8c1e5e5ec50de8a217a828762514d10c47c9b Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Fri, 25 Apr 2008 14:47:56 +0200 Subject: Fix the doc path in about configuration --- firstaidkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit