diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-02-12 22:10:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:54 +0700 |
commit | 46adc970179fd299a8a79847493e24cff8059c65 (patch) | |
tree | 1401e7e00c6b2e0c32a091738da2fbee54b5d2b3 /network/xdman/xdman.SlackBuild | |
parent | 0ecaa3702eb0ebc1b536a17a79ad9fee7e14202d (diff) | |
download | slackbuilds-46adc970179fd299a8a79847493e24cff8059c65.tar.gz |
network/xdman: Updated for version 2018.7.1.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/xdman/xdman.SlackBuild')
-rw-r--r-- | network/xdman/xdman.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/xdman/xdman.SlackBuild b/network/xdman/xdman.SlackBuild index 1c428cea75..6c69d2a653 100644 --- a/network/xdman/xdman.SlackBuild +++ b/network/xdman/xdman.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xdman -VERSION=${VERSION:-2018.7.0.3} +VERSION=${VERSION:-2018.7.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ 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 {} \; -7z x install.sh +7z x -y install.sh install -d -m755 $PKG/opt/xdman install -D -m644 xdman.jar $PKG/opt/xdman/xdman.jar install -D -m775 $CWD/xdman $PKG/opt/xdman |