summaryrefslogtreecommitdiffstats
path: root/development/hub/hub.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/hub/hub.SlackBuild')
-rw-r--r--development/hub/hub.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild
index 94e4f6a86f..2ffa694d1e 100644
--- a/development/hub/hub.SlackBuild
+++ b/development/hub/hub.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hub
-VERSION=${VERSION:-2.2.9}
+VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,7 @@ mkdir -p $PKG/usr/bin
install -m755 bin/$PRGNAM $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/man/man1
-gzip -c man/hub.1 > $PKG/usr/man/man1/hub.1.gz
+gzip -c share/man/man1/hub.1.ronn > $PKG/usr/man/man1/hub.1.gz
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true