diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-09-04 00:20:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-04 00:20:30 +0700 |
commit | c0ba7039414df8fb81b98b8812e98d842b2a9660 (patch) | |
tree | a99915fdf2c8e3799a64fe1dd06ad0481555f2ca /network/UDR/UDR.SlackBuild | |
parent | 4187e25bacd022f85ee176a6469e5788025bbc5f (diff) |
network/UDR: Updated for version 0.9.4_774f2e7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/UDR/UDR.SlackBuild')
-rw-r--r-- | network/UDR/UDR.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/network/UDR/UDR.SlackBuild b/network/UDR/UDR.SlackBuild index ecaecb07e6a09..064ca4b6ea4e8 100644 --- a/network/UDR/UDR.SlackBuild +++ b/network/UDR/UDR.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for UDR -# Copyright 2017, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2020, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=UDR -VERSION=${VERSION:-0.9.4} +VERSION=${VERSION:-0.9.4_774f2e7} +GITVERSION=${GITVERSION:-774f2e76c58feeb09dc5401fdff4207602b6f088} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG/usr/bin $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-$GITVERSION +tar xvf $CWD/$GITVERSION.tar.gz +cd $PRGNAM-$GITVERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |