summaryrefslogtreecommitdiffstats
path: root/remote/modules/dnbd3/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/dnbd3/module.build')
-rw-r--r--remote/modules/dnbd3/module.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/remote/modules/dnbd3/module.build b/remote/modules/dnbd3/module.build
index cdbd8251..1594b9ab 100644
--- a/remote/modules/dnbd3/module.build
+++ b/remote/modules/dnbd3/module.build
@@ -32,8 +32,10 @@ build() {
cd "$MODULE_BUILD_DIR/opt/openslx/bin" || perror "Could not cd to build dir for client binary"
cmake "$MODULE_DIR/src/dnbd3" || perror "Could not cmake"
make dnbd3-client || perror "Could not make dnbd3-client"
- chown root:root "dnbd3-client"
+ make dnbd3-fuse || perror "Could not make dnbd3-fuse"
+ chown root:root "dnbd3-client" "dnbd3-fuse"
chmod +xs "dnbd3-client"
+ chmod +x "dnbd3-fuse"
cd "$MODULE_DIR"
}