diff options
| author | Simon Rettberg | 2014-02-06 20:45:47 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-02-06 20:45:47 +0100 |
| commit | 31f11061fa43cce6da819ea38db7a6f1de572f7d (patch) | |
| tree | 626fbf4a8d0c86cbf3bd7aeaeaeb3b9247adb1af | |
| parent | Fix tmpfiles.d files to use 'd' not 'D' for directories (diff) | |
| download | tm-scripts-31f11061fa43cce6da819ea38db7a6f1de572f7d.tar.gz tm-scripts-31f11061fa43cce6da819ea38db7a6f1de572f7d.tar.xz tm-scripts-31f11061fa43cce6da819ea38db7a6f1de572f7d.zip | |
[printergui] Force using old version as build system changed from qmake to cmake and the build script isn't updated yet
| -rw-r--r-- | remote/modules/printergui/printergui.build | 3 | ||||
| -rw-r--r-- | remote/modules/printergui/printergui.conf | 1 |
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 " |
