SPECS (AC-branch): openoffice.org.spec - well, /proc/cpuinfo is pr...
glen
glen at pld-linux.org
Thu Mar 1 08:34:52 CET 2007
Author: glen Date: Thu Mar 1 07:34:51 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- well, /proc/cpuinfo is present, but not readable
---- Files affected:
SPECS:
openoffice.org.spec (1.704.2.4 -> 1.704.2.5)
---- Diffs:
================================================================
Index: SPECS/openoffice.org.spec
diff -u SPECS/openoffice.org.spec:1.704.2.4 SPECS/openoffice.org.spec:1.704.2.5
--- SPECS/openoffice.org.spec:1.704.2.4 Thu Mar 1 00:17:26 2007
+++ SPECS/openoffice.org.spec Thu Mar 1 08:34:46 2007
@@ -2053,7 +2053,7 @@
%build
# Make sure we have /proc mounted - otherwise idlc will fail later.
-if [ ! -r /proc/cpuinfo ]; then
+if [ ! -f /proc/cpuinfo ]; then
echo "You need to have /proc mounted in order to build this package!"
exit 1
fi
@@ -3761,6 +3761,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.704.2.5 2007/03/01 07:34:46 glen
+- well, /proc/cpuinfo is present, but not readable
+
Revision 1.704.2.4 2007/02/28 23:17:26 glen
- use ooo build for java6 patch; rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/openoffice.org.spec?r1=1.704.2.4&r2=1.704.2.5&f=u
More information about the pld-cvs-commit
mailing list