summaryrefslogtreecommitdiffstats
path: root/network/freerdp/freerdp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/freerdp/freerdp.SlackBuild')
-rw-r--r--network/freerdp/freerdp.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/network/freerdp/freerdp.SlackBuild b/network/freerdp/freerdp.SlackBuild
index fc852a9cb2..6e9446402a 100644
--- a/network/freerdp/freerdp.SlackBuild
+++ b/network/freerdp/freerdp.SlackBuild
@@ -26,13 +26,20 @@
PRGNAM=freerdp
VERSION=${VERSION:-1.2.0_beta1_android9}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
TARNAME=${VERSION%_*}+${VERSION##*_}
TARNAME=${TARNAME/_/-}.tar.gz
DIRNAME=FreeRDP-${VERSION//_/-}
+# If the source is downloaded with a browser or content_disposition set the
+# filename is different.
+ALTTARNAME=FreeRDP-${VERSION//_/-}.tar.gz
+if [ -f $ALTTARNAME ]; then
+ TARNAME=$ALTTARNAME
+fi
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;