summaryrefslogtreecommitdiffstats
path: root/remote/modules/dnbd3
diff options
context:
space:
mode:
authorChristian Rößler2014-03-24 16:01:42 +0100
committerChristian Rößler2014-03-24 16:01:42 +0100
commit395f941fda040b0f6b4350869ab6992af10e0977 (patch)
treeb5f181d699ecd8dca4a4045de99a37761246818d /remote/modules/dnbd3
parent[vmware, chroot] vmware pseudo-deletions in case workstation is installed in (diff)
parent[kernel] remove forgotten pinfo used while dev'ing (diff)
downloadtm-scripts-395f941fda040b0f6b4350869ab6992af10e0977.tar.gz
tm-scripts-395f941fda040b0f6b4350869ab6992af10e0977.tar.xz
tm-scripts-395f941fda040b0f6b4350869ab6992af10e0977.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Conflicts: remote/modules/vmware/vmware.build
Diffstat (limited to 'remote/modules/dnbd3')
-rw-r--r--remote/modules/dnbd3/dnbd3.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dnbd3/dnbd3.build b/remote/modules/dnbd3/dnbd3.build
index e285788b..2651daac 100644
--- a/remote/modules/dnbd3/dnbd3.build
+++ b/remote/modules/dnbd3/dnbd3.build
@@ -25,7 +25,7 @@ HEREEND
build() {
cd "$MODULE_DIR/src/kmod" || perror "Could not CD to standalone dnbd3 kmod dir"
- make MODULE_NAME=dnbd3 KDIR="$MODULES_DIR/kernel/ksrc" || perror "Could not compile kernel module"
+ make MODULE_NAME=dnbd3 KDIR="$KERNEL_HEADERS_PATH" || perror "Could not compile kernel module"
mkdir -p "$MODULE_BUILD_DIR/lib/modules/dnbd3" || perror "Could not create lib/modules/dnbd3"
mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" || perror "Coould not create opt/openslx/bin"
cp "$MODULE_DIR/src/kmod/dnbd3.ko" "$MODULE_BUILD_DIR/lib/modules/dnbd3/" || perror "could not cp dnbd3.ko"