diff mbox

[2/2] add comments

Message ID 1280319036-17877-2-git-send-email-y (mailing list archive)
State New, archived
Headers show

Commit Message

y@vger.kernel.org July 28, 2010, 12:10 p.m. UTC
None
diff mbox

Patch

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