]> git.pld-linux.org Git - packages/cipe.git/commitdiff
- put SMP module to kernel-smp-cipe and UP do kernel-cipe subpackages, not the other way
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 20 Jul 2002 14:18:04 +0000 (14:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cipe.spec -> 1.19

cipe.spec

index 6e587db55e61f9f874aae72afdfd82fc14ac8e43..71d3f8a86106881ac16069147745be1df547e8ea 100644 (file)
--- a/cipe.spec
+++ b/cipe.spec
@@ -168,8 +168,8 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_infodir}} \
 
 install pkcipe/pkcipe $RPM_BUILD_ROOT%{_sbindir}
 install pkcipe/rsa-keygen $RPM_BUILD_ROOT%{_bindir}
-mv -f modules/cipcb.o $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc
-install */cipcb.o $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc
+mv -f modules/cipcb.o $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc
+install */cipcb.o $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc
 install */ciped-cb $RPM_BUILD_ROOT%{_sbindir}
 install cipe.info $RPM_BUILD_ROOT%{_infodir}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/pkcipe
This page took 0.093786 seconds and 4 git commands to generate.