diff options
author | simotrone <simotrone@gmail.com> | 2015-11-05 00:39:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-05 00:45:21 +0700 |
commit | 4d0bc5f7520418d9640c0a20d5b7502dcf08542d (patch) | |
tree | b63313a17708d41842f6da29077714c1252dd0d7 /network/skylable-sx/skylable-sx.SlackBuild | |
parent | 0f903832610bd30daa0ea8cbba928bf71c06c338 (diff) | |
download | slackbuilds-4d0bc5f7520418d9640c0a20d5b7502dcf08542d.tar.gz |
network/skylable-sx: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/skylable-sx/skylable-sx.SlackBuild')
-rw-r--r-- | network/skylable-sx/skylable-sx.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/skylable-sx/skylable-sx.SlackBuild b/network/skylable-sx/skylable-sx.SlackBuild index 20cdfd94d5..cd16f14cc3 100644 --- a/network/skylable-sx/skylable-sx.SlackBuild +++ b/network/skylable-sx/skylable-sx.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=skylable-sx -VERSION=${VERSION:-1.1} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fix a curl-7.45 compatibility issue +patch -p1 < $CWD/patch/skylable-sx-1.2-fix-curl-7.45.patch + # CLIENT_ONLY="--disable-server" CFLAGS="$SLKCFLAGS" \ |