SPECS: i2c.spec - avoid build/install config mismatch

qboosh qboosh at pld-linux.org
Wed Oct 12 20:21:19 CEST 2005


Author: qboosh                       Date: Wed Oct 12 18:21:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid build/install config mismatch

---- Files affected:
SPECS:
   i2c.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/i2c.spec
diff -u SPECS/i2c.spec:1.36 SPECS/i2c.spec:1.37
--- SPECS/i2c.spec:1.36	Fri Oct  7 16:35:48 2005
+++ SPECS/i2c.spec	Wed Oct 12 20:21:12 2005
@@ -102,6 +102,7 @@
 
 %{__make} install \
 	DESTDIR="`pwd`" \
+	LINUX=/dev/null \
 	MODPREF=/kernel-smp-modules/2.4. \
 	KERNELINCLUDES=""
 
@@ -120,6 +121,7 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
+	LINUX=/dev/null \
 	MODPREF=/lib/modules/%{_kernel_ver} \
 	LINUX_INCLUDE_DIR=%{_kernelsrcdir}/include/linux
 
@@ -167,6 +169,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2005/10/12 18:21:12  qboosh
+- avoid build/install config mismatch
+
 Revision 1.36  2005/10/07 14:35:48  qboosh
 - 2.9.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/i2c.spec?r1=1.36&r2=1.37&f=u




More information about the pld-cvs-commit mailing list