SPECS: template-kernel-module.spec - put to kernel/ dir or the par...

glen glen at pld-linux.org
Mon Nov 19 10:24:01 CET 2007


Author: glen                         Date: Mon Nov 19 09:24:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- put to kernel/ dir or the parend dir won't be owned by anybody

---- Files affected:
SPECS:
   template-kernel-module.spec (1.47 -> 1.48) 

---- Diffs:

================================================================
Index: SPECS/template-kernel-module.spec
diff -u SPECS/template-kernel-module.spec:1.47 SPECS/template-kernel-module.spec:1.48
--- SPECS/template-kernel-module.spec:1.47	Thu Apr 12 17:17:43 2007
+++ SPECS/template-kernel-module.spec	Mon Nov 19 10:23:55 2007
@@ -125,10 +125,10 @@
 %endif
 
 %if %{with kernel}
-%install_kernel_modules -m MODULE_NAME -d MODULE_DIR
+%install_kernel_modules -m MODULE_NAME -d kernel/MODULE_DIR
 
 # to avoid conflict with in-kernel modules, and prepare modprobe config:
-%install_kernel_modules -s current -n NAME -m MODULE_NAME -d MODULE_DIR
+%install_kernel_modules -s current -n NAME -m MODULE_NAME -d kernel/MODULE_DIR
 %endif
 
 %clean
@@ -143,7 +143,7 @@
 %if %{with kernel}
 %files -n kernel%{_alt_kernel}-MODULE_DIR-MODULE_NAME
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/MODULE_DIR/*.ko*
+/lib/modules/%{_kernel_ver}/kernel/MODULE_DIR/*.ko*
 %endif
 
 %if %{with userspace}
@@ -158,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2007-11-19 09:23:55  glen
+- put to kernel/ dir or the parend dir won't be owned by anybody
+
 Revision 1.47  2007-04-12 15:17:43  shadzik
 - proper kernel-module-build version
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-kernel-module.spec?r1=1.47&r2=1.48&f=u



More information about the pld-cvs-commit mailing list