X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rhel%2Fopenvswitch-kmod-rhel6.spec.in;h=d9aeff03ce2e7f831eee6cbbb21991aee21a8b11;hb=67680b012be30d9c26eab999b83b08c6eb32dbd2;hp=443ddc53fd9d4ffb1762964b33a7476bd81c1de1;hpb=6c9b8ee4d0cae3acde728945f3a222b62a643304;p=sliver-openvswitch.git diff --git a/rhel/openvswitch-kmod-rhel6.spec.in b/rhel/openvswitch-kmod-rhel6.spec.in index 443ddc53f..d9aeff03c 100644 --- a/rhel/openvswitch-kmod-rhel6.spec.in +++ b/rhel/openvswitch-kmod-rhel6.spec.in @@ -1,7 +1,7 @@ # Spec file for Open vSwitch kernel modules on Red Hat Enterprise # Linux 6. -# Copyright (C) 2011 Nicira Networks, Inc. +# Copyright (C) 2011, 2012 Nicira, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -55,7 +55,7 @@ export INSTALL_MOD_PATH=$RPM_BUILD_ROOT export INSTALL_MOD_DIR=extra/%{oname} for flavor in %flavors_to_build ; do make -C %{kernel_source $flavor} modules_install \ - M=$PWD/_$flavor/datapath/linux + M="`pwd`"/_$flavor/datapath/linux done %clean