Author: areq Date: Thu Nov 1 19:11:29 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fix indexmaker-cronjob on x64 arch
---- Files affected: SPECS: mrtg.spec (1.147 -> 1.148) ---- Diffs: ================================================================ Index: SPECS/mrtg.spec diff -u SPECS/mrtg.spec:1.147 SPECS/mrtg.spec:1.148 --- SPECS/mrtg.spec:1.147 Tue Oct 9 17:31:11 2007 +++ SPECS/mrtg.spec Thu Nov 1 20:11:23 2007 @@ -14,7 +14,7 @@ Summary(ru.UTF-8): MRTG - программа изображения граффиков, изображающих траффик на множестве роутеров Name: mrtg Version: 2.15.2 -Release: 1.5 +Release: 2 License: GPL Group: Applications/Networking Source0: http://oss.oetiker.ch/mrtg/pub/%{name}-%{version}.tar.gz @@ -138,6 +138,8 @@ */5 * * * * root umask 022; /bin/nice -n 19 %{_bindir}/indexmaker-cronjob 2> /dev/null EOF +sed -i 's#/usr/lib#%{_libdir}#' $RPM_BUILD_ROOT%{_bindir}/indexmaker-cronjob + %clean rm -rf $RPM_BUILD_ROOT @@ -186,6 +188,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.148 2007/11/01 19:11:23 areq +- fix indexmaker-cronjob on x64 arch + Revision 1.147 2007/10/09 15:31:11 baggins - s/enviroment/environment/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mrtg.spec?r1=1.147&r2=1.148&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
