diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-11-19 22:20:17 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-20 17:59:14 +0700 |
commit | 6a3ce7896591d024bd66dff84f96706fc5aa7d62 (patch) | |
tree | e2b4ed669761fc9badaa96a766c88f5fec156648 /network/ipscan/ipscan.SlackBuild | |
parent | d8546d90adcc0ec9965d3e3b1e88e415f7f024bc (diff) | |
download | slackbuilds-6a3ce7896591d024bd66dff84f96706fc5aa7d62.tar.gz |
network/ipscan: Updated for version 3.5.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/ipscan/ipscan.SlackBuild')
-rw-r--r-- | network/ipscan/ipscan.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/ipscan/ipscan.SlackBuild b/network/ipscan/ipscan.SlackBuild index 5d044f48c4..651b5a7755 100644 --- a/network/ipscan/ipscan.SlackBuild +++ b/network/ipscan/ipscan.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ipscan -VERSION=${VERSION:-3.5.1} +VERSION=${VERSION:-3.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,11 +71,11 @@ 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 {} \; -install -d $PKG/usr/bin -install -D -m755 $CWD/ipscan $PKG/usr/bin/ipscan -install -d $PKG/usr/share/{applications,pixmaps,$PRGNAM} -install -D -m644 $CWD/ipscan.desktop $PKG/usr/share/applications/ipscan.desktop -install -D -m644 $CWD/ipscan.png $PKG/usr/share/pixmaps/ipscan.png +install -Dm755 $CWD/$PRGNAM $PKG/usr/bin/$PRGNAM +install -Dm644 $CWD/ipscan.desktop $PKG/usr/share/applications/ipscan.desktop +install -Dm644 $CWD/ipscan.png $PKG/usr/share/pixmaps/ipscan.png + +install -d $PKG/usr/share/$PRGNAM if [ "$ARCH" = "i586" ]; then cp $CWD/$SRCNAM-$VERSION.jar $PKG/usr/share/$PRGNAM |