summaryrefslogtreecommitdiff
path: root/network/ipscan/ipscan.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/ipscan/ipscan.SlackBuild')
-rw-r--r--network/ipscan/ipscan.SlackBuild12
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