summaryrefslogtreecommitdiffstats
path: root/remote/modules/dnbd3/dnbd3.build
diff options
context:
space:
mode:
authorSimon Rettberg2013-08-20 18:22:48 +0200
committerSimon Rettberg2013-08-20 18:22:48 +0200
commit5c209729e7e3fa4858513c525ff4c4bdad309519 (patch)
treef293e42505c92f62a72e904f837f0ecaa543bd9c /remote/modules/dnbd3/dnbd3.build
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-5c209729e7e3fa4858513c525ff4c4bdad309519.tar.gz
tm-scripts-5c209729e7e3fa4858513c525ff4c4bdad309519.tar.xz
tm-scripts-5c209729e7e3fa4858513c525ff4c4bdad309519.zip
[dnbd3] update requested commit
Diffstat (limited to 'remote/modules/dnbd3/dnbd3.build')
-rw-r--r--remote/modules/dnbd3/dnbd3.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/dnbd3/dnbd3.build b/remote/modules/dnbd3/dnbd3.build
index 5dd2769f..e285788b 100644
--- a/remote/modules/dnbd3/dnbd3.build
+++ b/remote/modules/dnbd3/dnbd3.build
@@ -32,6 +32,8 @@ 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"
+ chmod +xs "dnbd3-client"
cd "$MODULE_DIR"
}