From: Thomas Mueller <thomas@xxxxxxxxxxxxxx> make the helper script executable and add some comment. --- dkms/add-to-dkms-and-build | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) mode change 100644 => 100755 dkms/add-to-dkms-and-build diff --git a/dkms/add-to-dkms-and-build b/dkms/add-to-dkms-and-build old mode 100644 new mode 100755 index ffea573..7a68923 --- a/dkms/add-to-dkms-and-build +++ b/dkms/add-to-dkms-and-build @@ -1,4 +1,7 @@ #!/bin/sh +# +# * copies files to /usr/src/ceph-$CEPH_VERSION (dkms fixed location "-c" switch did not work for me) +# * adds the module to dkms and builds it if ! [ -f ./upstream_version.h ] then -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html