We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d511b7 commit e417729Copy full SHA for e417729
packaging/debian/xpra.sh
@@ -7,7 +7,7 @@ if [ -z "${REPO_ARCH_PATH}" ]; then
7
fi
8
9
#find the latest version we can build:
10
-XPRA_TAR_XZ=`ls ../pkgs/xpra-5.*tar.xz | grep -v html5 | sort -V | tail -n 1`
+XPRA_TAR_XZ=`ls ../pkgs/xpra-5.1.*tar.xz | grep -v html5 | sort -V | tail -n 1`
11
if [ -z "${XPRA_TAR_XZ}" ]; then
12
echo "no xpra source found"
13
exit 0
0 commit comments