From 5c209729e7e3fa4858513c525ff4c4bdad309519 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 20 Aug 2013 18:22:48 +0200 Subject: [dnbd3] update requested commit --- remote/modules/dnbd3/dnbd3.build | 2 ++ remote/modules/dnbd3/dnbd3.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'remote/modules') 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 " -- cgit v1.2.3-55-g7522