summaryrefslogtreecommitdiffstats
path: root/remote/modules/dnbd3
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
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')
-rw-r--r--remote/modules/dnbd3/dnbd3.build2
-rw-r--r--remote/modules/dnbd3/dnbd3.conf2
2 files changed, 3 insertions, 1 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"
}
diff --git a/remote/modules/dnbd3/dnbd3.conf b/remote/modules/dnbd3/dnbd3.conf
index c1a3eb2e..31c411d0 100644
--- a/remote/modules/dnbd3/dnbd3.conf
+++ b/remote/modules/dnbd3/dnbd3.conf
@@ -2,7 +2,7 @@
#REQUIRED_CONTENT_PACKAGES="libgconf-2-4 fontconfig-config"
REQUIRED_MODULES="kernel"
REQUIRED_GIT="git://git.openslx.org/dnbd3.git"
-REQUIRED_COMMIT="37868b9e5f7c26c61a928a61b7cc705eedb7e5a6"
+REQUIRED_COMMIT="89a7af0ceb1cdc13f7d3a4ffac54f32576e1138d"
REQUIRED_BINARIES="
dnbd3-client
"