summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/modules/printergui/printergui.build3
-rw-r--r--remote/modules/printergui/printergui.conf1
2 files changed, 4 insertions, 0 deletions
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
"