SPECS: kernel-vanilla.spec - use perl macro

glen glen at pld-linux.org
Mon Jul 14 14:08:09 CEST 2008


Author: glen                         Date: Mon Jul 14 12:08:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use perl macro

---- Files affected:
SPECS:
   kernel-vanilla.spec (1.160 -> 1.161) 

---- Diffs:

================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.160 SPECS/kernel-vanilla.spec:1.161
--- SPECS/kernel-vanilla.spec:1.160	Mon Jul 14 12:57:39 2008
+++ SPECS/kernel-vanilla.spec	Mon Jul 14 14:08:03 2008
@@ -552,7 +552,7 @@
 # Usage: kernel-module-build.pl $rpmdir $fileoutdir
 fileoutdir=$(pwd)
 cd $RPM_BUILD_ROOT%{_kernelsrcdir}
-perl %{topdir}/kernel-module-build.pl %{_kernelsrcdir} $fileoutdir
+%{__perl} %{topdir}/kernel-module-build.pl %{_kernelsrcdir} $fileoutdir
 cd -
 
 %clean
@@ -828,8 +828,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.161  2008/07/14 12:08:03  glen
+- use perl macro
+
 Revision 1.160  2008/07/14 10:57:39  shadzik
-- call perl directly when using kernel-module-build.pl (build fails when it doesn't have executable rights - while when calling directly via perl, rights doesn't really matter)
+- call perl directly when using kernel-module-build.pl (build fails when it
+  doesn't have executable rights - while when calling directly via perl, rights
+  doesn't really matter)
 
 Revision 1.159  2008/07/14 09:54:49  shadzik
 - linux-2.6.26
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-vanilla.spec?r1=1.160&r2=1.161&f=u



More information about the pld-cvs-commit mailing list