diff options
author | Martin Sivak <msivak@redhat.com> | 2008-04-25 14:47:56 +0200 |
---|---|---|
committer | Martin Sivak <msivak@redhat.com> | 2008-04-25 14:47:56 +0200 |
commit | 9bb8c1e5e5ec50de8a217a828762514d10c47c9b (patch) | |
tree | 62402304942f92320150462e2e0d967603a6a3f1 | |
parent | 14a9b89027168bca73f0a28252f7254f5f1e08a2 (diff) | |
download | firstaidkit-9bb8c1e5e5ec50de8a217a828762514d10c47c9b.tar.gz firstaidkit-9bb8c1e5e5ec50de8a217a828762514d10c47c9b.tar.xz firstaidkit-9bb8c1e5e5ec50de8a217a828762514d10c47c9b.zip |
Fix the doc path in about configuration
-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 |