aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-11-22 00:13:34 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-11-22 00:13:34 +0000
commita60b5bb50201cdd872f4c597326302445a7e2b1b (patch)
treedeca4ee9429571a788df3984c73430a8a6be92a2
parent461f904d91bb12cf7f15bb9c621f5fa60a9bfbb9 (diff)
downloadfetchmail-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-xspecgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index 6b2f90ea..821bbe20 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -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