summaryrefslogtreecommitdiffstats
path: root/source/xap/rdesktop/rdesktop.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-01-02 23:26:53 +0000
committer Eric Hameleers <alien@slackware.com>2019-01-03 08:59:43 +0100
commitb66dbcf50c5c89b5d222a9da91ffa5e6b9592891 (patch)
tree02597da8f955c6cf683eecedc163fba45998bb5b /source/xap/rdesktop/rdesktop.SlackBuild
parenteec4d4261607e9d68560089406d11eec060421e9 (diff)
downloadcurrent-b66dbcf50c5c89b5d222a9da91ffa5e6b9592891.tar.gz
current-b66dbcf50c5c89b5d222a9da91ffa5e6b9592891.tar.xz
Wed Jan 2 23:26:53 UTC 201920190102232653
a/tar-1.31-x86_64-1.txz: Upgraded. a/util-linux-2.33-x86_64-2.txz: Rebuilt. fdisk: Don't include /dev/ram* devices in 'fdisk -l' output. ap/soma-3.2.1-noarch-1.txz: Upgraded. d/ccache-3.5.1-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_23-x86_64-1.txz: Upgraded. xap/gnuplot-5.2.6-x86_64-1.txz: Upgraded. xap/rdesktop-1.8.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap/rdesktop/rdesktop.SlackBuild')
-rwxr-xr-xsource/xap/rdesktop/rdesktop.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/xap/rdesktop/rdesktop.SlackBuild b/source/xap/rdesktop/rdesktop.SlackBuild
index 742a7a084..4a4e0e424 100755
--- a/source/xap/rdesktop/rdesktop.SlackBuild
+++ b/source/xap/rdesktop/rdesktop.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rdesktop
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -67,8 +67,6 @@ rm -rf ${PKGNAM}-${VERSION}
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-zcat $CWD/02-Fix-OpenSSL-1.1-compability-issues.patch.gz | patch -p1 --verbose || exit 1
-
# Make sure ownerships and permissions are sane:
chown -R root:root .
find . \