X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Frules.modules;h=eb779c456e8db1d617d5b740f73aa308b473638f;hb=22bcc0e70becd88bf895c44885d63704affe4284;hp=4ca3d928565033b5c203f65b1c79f23d9b73e1ba;hpb=3d41239d308452b43bdf64d8acf7dde20e0fb986;p=sliver-openvswitch.git diff --git a/debian/rules.modules b/debian/rules.modules index 4ca3d9285..eb779c456 100755 --- a/debian/rules.modules +++ b/debian/rules.modules @@ -26,10 +26,10 @@ binary-modules: prep-deb-files dh_testroot dh_clean -k tar xzf openvswitch.tar.gz - cd openvswitch && ./configure --with-l26=$(KSRC) $(DATAPATH_CONFIGURE_OPTS) --with-build-number=$(BUILD_NUMBER) - cd openvswitch && $(MAKE) -C datapath/linux-2.6 + cd openvswitch && ./configure --with-linux=$(KSRC) $(DATAPATH_CONFIGURE_OPTS) --with-build-number=$(BUILD_NUMBER) + cd openvswitch && $(MAKE) -C datapath/linux install -d -m755 $(DSTDIR) - install -m644 openvswitch/datapath/linux-2.6/*_mod.ko $(DSTDIR)/ + install -m644 openvswitch/datapath/linux/*_mod.ko $(DSTDIR)/ dh_installmodules dh_installdocs dh_installchangelogs