diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-22 00:13:34 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-22 00:13:34 +0000 |
commit | a60b5bb50201cdd872f4c597326302445a7e2b1b (patch) | |
tree | deca4ee9429571a788df3984c73430a8a6be92a2 | |
parent | 461f904d91bb12cf7f15bb9c621f5fa60a9bfbb9 (diff) | |
download | fetchmail-a60b5bb50201cdd872f4c597326302445a7e2b1b.tar.gz fetchmail-a60b5bb50201cdd872f4c597326302445a7e2b1b.tar.bz2 fetchmail-a60b5bb50201cdd872f4c597326302445a7e2b1b.zip |
Fix %files section for systems with dual 32-/64-bit libs (x86_64).
svn path=/branches/BRANCH_6-3/; revision=4957
-rwxr-xr-x | specgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ rm -rf \$RPM_BUILD_ROOT %{_builddir}/%name-%version %attr(644,root,root) /etc/X11/wmconfig/fetchmailconf %attr(755,root,root) %{_bindir}/fetchmailconf %attr(644, root, man) %{_mandir}/man1/fetchmailconf.1* -%attr(755,root,root) %{_prefix}/lib/python*/site-packages/fetchmailconf.py* +%attr(755,root,root) %{py_libdir}/site-packages/fetchmailconf.py* /usr/lib/rhs/control-panel/fetchmailconf.xpm /usr/lib/rhs/control-panel/fetchmailconf.init %endif |