diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-05-12 22:17:48 +0200 |
---|---|---|
committer | X2go Administrator <x2go-admin@minobo.das-netzwerkteam.de> | 2011-05-12 22:17:48 +0200 |
commit | 084ae99cd8a24e28a9c2a2e49822ef09afd3bb98 (patch) | |
tree | 1983a7580b28c390b022ccb4e9d026e5da6e4a3b | |
parent | 470671f808b38c54c38321d5f1956819ceb55b7b (diff) | |
download | buildscripts-084ae99cd8a24e28a9c2a2e49822ef09afd3bb98.tar.gz buildscripts-084ae99cd8a24e28a9c2a2e49822ef09afd3bb98.tar.bz2 buildscripts-084ae99cd8a24e28a9c2a2e49822ef09afd3bb98.zip |
building x2gothinclient for heuler, fixing x2go-buildpackage call
-rwxr-xr-x | bin/x2go-buildallpackages | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/x2go-buildallpackages b/bin/x2go-buildallpackages index 445f0ed..72ffb1d 100755 --- a/bin/x2go-buildallpackages +++ b/bin/x2go-buildallpackages @@ -38,7 +38,8 @@ nxproxy heuler master\n cups-x2go heuler master\n x2godesktopsharing heuler master\n x2gognomebindings heuler master\n -pyhoca-gui heuler master +pyhoca-gui heuler master\n +x2gothinclient heuler tmpfs " APP_PACKAGES_MAIN=" x2goserver main build-main\n @@ -49,7 +50,7 @@ cups-x2go main build-main\n x2godesktopsharing main build-main\n x2gognomebindings main build-main\n pyhoca-gui main build-main\n -x2gothinclient main heuler tmpfs +x2gothinclient heuler tmpfs " COMPONENT=${1:-""} |