summaryrefslogtreecommitdiffstats
path: root/p7zip
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-17 19:16:12 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-17 19:16:12 +0000
commit0d9018cf30260d44e85714bd32e99efd9dcb2e4c (patch)
treeb65421d2e442583b049dd503121c9c61723fbf14 /p7zip
parent286ba1c28bbc82be27f56739588ff39a1edf4145 (diff)
downloadasb-0d9018cf30260d44e85714bd32e99efd9dcb2e4c.tar.gz
asb-0d9018cf30260d44e85714bd32e99efd9dcb2e4c.tar.xz
Update to 9.20.1
Diffstat (limited to 'p7zip')
-rwxr-xr-xp7zip/build/p7zip.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/p7zip/build/p7zip.SlackBuild b/p7zip/build/p7zip.SlackBuild
index 97d93511..da68e565 100755
--- a/p7zip/build/p7zip.SlackBuild
+++ b/p7zip/build/p7zip.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2006-2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2006, 2008, 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -41,6 +41,8 @@
# * Update.
# 9.13-1: 14/dec/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 9.20.1-1: 17/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh p7zip.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -51,7 +53,7 @@
# Set initial variables:
PRGNAM=p7zip
-VERSION=${VERSION:-9.13}
+VERSION=${VERSION:-9.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -254,13 +256,13 @@ mkdir -p $PKG/install
cat <<EOT > $PKG/install/doinst.sh
# Update the desktop database:
if [ -x usr/bin/update-desktop-database ]; then
- chroot . /usr/bin/update-desktop-database usr/share/applications > /dev/null 2>&1
+ chroot . /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
fi
# Update hicolor theme cache:
if [ -d usr/share/icons/hicolor ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- chroot . /usr/bin/gtk-update-icon-cache -f -t usr/share/icons/hicolor 1> /dev/null 2> /dev/null
+ chroot . /usr/bin/gtk-update-icon-cache -f -t usr/share/icons/hicolor >/dev/null 2> /dev/null
fi
fi