diff options
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 |