diff options
Diffstat (limited to 'network/sshfs-fuse/sshfs-fuse.SlackBuild')
-rw-r--r-- | network/sshfs-fuse/sshfs-fuse.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/network/sshfs-fuse/sshfs-fuse.SlackBuild b/network/sshfs-fuse/sshfs-fuse.SlackBuild index 1a4e9412a0092..57cb03c15098f 100644 --- a/network/sshfs-fuse/sshfs-fuse.SlackBuild +++ b/network/sshfs-fuse/sshfs-fuse.SlackBuild @@ -24,17 +24,14 @@ # Now maintained by B. Watson <yalhcru@gmail.com> -# Note: I'm aware the fixrst.diff isn't being applied. Please leave -# it in the repo, it's the source for the sshfs.1.gz, which *is* -# installed. Need the diff to comply with the GPL. - +# 20200804 bkw: update for v3.7.0. # 20200101 bkw: # - take over maintenance # - update for v3.6.0. too many changes to build old versions. PRGNAM=sshfs-fuse SRCNAM=sshfs -VERSION=${VERSION:-3.6.0} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,8 +91,6 @@ cd build cd .. # Use prebuilt man page, so this build doesn't depend on docutils. -# Also, the supplied sshfs.rst is slightly broken, this man page was -# made from a slightly fixed version (see fixrst.diff). # Don't use the one installed by ninja, if there was one. MANDIR=$PKG/usr/man/man1 rm -f $MANDIR/$SRCNAM.1 |