X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fdkms.conf.in;h=0d3db76ff464b45c0be56e528cfdc409ef93553d;hb=74f868c624b8140739d2c4d84bdf8c2c9623a356;hp=56c6398f54d8355d87870fe016656d40032c8577;hpb=49c57a8fef46461da911802e8bf82329924ea329;p=openvswitch diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in index 56c6398f..0d3db76f 100644 --- a/debian/dkms.conf.in +++ b/debian/dkms.conf.in @@ -1,9 +1,10 @@ PACKAGE_NAME="openvswitch" PACKAGE_VERSION="__VERSION__" -MAKE="./configure --with-linux=/usr/src/linux-headers-`uname -r` ; make -C datapath/linux" -BUILT_MODULE_NAME[0]=openvswitch_mod -BUILT_MODULE_NAME[1]=brcompat_mod +MAKE="./configure --with-linux='${kernel_source_dir}' && make -C datapath/linux" +BUILT_MODULE_NAME[0]=openvswitch +BUILT_MODULE_NAME[1]=brcompat BUILT_MODULE_LOCATION[0]=datapath/linux/ BUILT_MODULE_LOCATION[1]=datapath/linux/ DEST_MODULE_LOCATION[0]=/kernel/drivers/net/openvswitch/ DEST_MODULE_LOCATION[1]=/kernel/drivers/net/openvswitch/ +AUTOINSTALL=yes