From 31f11061fa43cce6da819ea38db7a6f1de572f7d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 6 Feb 2014 20:45:47 +0100 Subject: [printergui] Force using old version as build system changed from qmake to cmake and the build script isn't updated yet --- remote/modules/printergui/printergui.build | 3 +++ remote/modules/printergui/printergui.conf | 1 + 2 files changed, 4 insertions(+) (limited to 'remote/modules') diff --git a/remote/modules/printergui/printergui.build b/remote/modules/printergui/printergui.build index 5803d8e8..a11469d2 100644 --- a/remote/modules/printergui/printergui.build +++ b/remote/modules/printergui/printergui.build @@ -2,6 +2,9 @@ fetch_source() { git clone "${REQUIRED_GIT}" src + cd src + git checkout "$REQUIRED_COMMIT" + cd .. } build() { diff --git a/remote/modules/printergui/printergui.conf b/remote/modules/printergui/printergui.conf index 26203a80..c556444e 100644 --- a/remote/modules/printergui/printergui.conf +++ b/remote/modules/printergui/printergui.conf @@ -1,4 +1,5 @@ REQUIRED_GIT="git://git.openslx.org/openslx-ng/printergui.git" +REQUIRED_COMMIT="e36d365f291702528f8bd47d2f9" REQUIRED_BINARIES=" printergui " -- cgit v1.2.3-55-g7522