SPECS: linux-abi.spec - move modules into correct directory.

pluto pluto at pld-linux.org
Mon May 12 11:51:45 CEST 2008


Author: pluto                        Date: Mon May 12 09:51:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- move modules into correct directory.

---- Files affected:
SPECS:
   linux-abi.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/linux-abi.spec
diff -u SPECS/linux-abi.spec:1.2 SPECS/linux-abi.spec:1.3
--- SPECS/linux-abi.spec:1.2	Fri May  9 17:18:51 2008
+++ SPECS/linux-abi.spec	Mon May 12 11:51:40 2008
@@ -58,18 +58,18 @@
 export ABI_VER=%(uname -r)
 touch dummy.ko
 %build_kernel_modules -m dummy
-rm dummy.ko
+rm dummy*.ko
 %endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/lib/modules/%{_kernel_ver}/kernel/misc,%{_sbindir}}
+install -d $RPM_BUILD_ROOT{/lib/modules/%{_kernel_ver}/misc,%{_sbindir}}
 
 %if %{with userspace}
 %endif
 
 %if %{with kernel}
-install -m644 */*.ko $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/misc
+install -m644 */*.ko $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc
 %endif
 
 %clean
@@ -84,7 +84,7 @@
 %if %{with kernel}
 %files -n kernel%{_alt_kernel}-misc-abi
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/kernel/misc/*.ko*
+/lib/modules/%{_kernel_ver}/misc/*.ko*
 %endif
 
 %if %{with userspace}
@@ -99,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-05-12 09:51:40  pluto
+- move modules into correct directory.
+
 Revision 1.2  2008-05-09 15:18:51  pluto
 - kernel modules build and install fine. docs and scripts todo...
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/linux-abi.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list