X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Frules.modules;h=2eb944055c27089d3aeed926a6e535f706f5f4ce;hb=8a07709cb80462edb32fc11d056bfc08ce90f62d;hp=64f4cd42ce3c7df4863db9f2522e3b24e1724133;hpb=8a5b3cfd91841c97fbc8a003857cacbd602646ed;p=sliver-openvswitch.git diff --git a/debian/rules.modules b/debian/rules.modules index 64f4cd42c..2eb944055 100755 --- a/debian/rules.modules +++ b/debian/rules.modules @@ -7,9 +7,6 @@ MA_DIR ?= /usr/share/modass DATAPATH_CONFIGURE_OPTS = -# Official build number. Leave set to 0 if not an official build. -BUILD_NUMBER = 0 - kdist_clean: dh_testdir dh_testroot @@ -26,7 +23,7 @@ binary-modules: prep-deb-files dh_testroot dh_clean -k tar xzf openvswitch.tar.gz - cd openvswitch && ./configure --with-linux=$(KSRC) $(DATAPATH_CONFIGURE_OPTS) --with-build-number=$(BUILD_NUMBER) + cd openvswitch && ./configure --with-linux=$(KSRC) $(DATAPATH_CONFIGURE_OPTS) cd openvswitch && $(MAKE) -C datapath/linux install -d -m755 $(DSTDIR) install -m644 openvswitch/datapath/linux/*.ko $(DSTDIR)/