From: Thierry Parmentelat Date: Tue, 23 Sep 2014 13:27:28 +0000 (+0200) Subject: change in install stage to reflect the location where the module gets build X-Git-Url: http://git.onelab.eu/?p=ipfw-google.git;a=commitdiff_plain;h=cdcb612d1a61a5592adfd56898cd2217f6cac91c change in install stage to reflect the location where the module gets build --- diff --git a/planetlab/ipfwroot.spec b/planetlab/ipfwroot.spec index ef5e115..5abd322 100644 --- a/planetlab/ipfwroot.spec +++ b/planetlab/ipfwroot.spec @@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT %__make KERNELPATH=%kernelpath IPFW_PLANETLAB=1 %install -install -D -m 755 dummynet2/ipfw_mod.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_id}/net/netfilter/ipfw_mod.ko +install -D -m 755 kipfw-mod/ipfw_mod.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_id}/net/netfilter/ipfw_mod.ko install -D -m 755 ipfw/ipfw $RPM_BUILD_ROOT/sbin/ipfw install -D -m 644 planetlab/ipfw.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.d/ipfw.cron install -D -m 755 planetlab/ipfw $RPM_BUILD_ROOT/etc/rc.d/init.d/ipfw