summaryrefslogtreecommitdiffstats
path: root/network/wire/wire.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/wire/wire.SlackBuild')
-rw-r--r--network/wire/wire.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/wire/wire.SlackBuild b/network/wire/wire.SlackBuild
index 809a4e38f9..b982b5ef24 100644
--- a/network/wire/wire.SlackBuild
+++ b/network/wire/wire.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wire
-VERSION=${VERSION:-2.11.2685}
+VERSION=${VERSION:-2.12.2729}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,13 +85,13 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/bin
(
cd $PKG/usr/bin
- ln -sf /opt/${PRGNAM^}/${PRGNAM^} $PRGNAM
+ ln -sf /opt/${PRGNAM^}/$PRGNAM $PRGNAM
)
# Install .desktop file
mkdir -p $PKG/usr/share/applications
-cat usr/share/applications/${PRGNAM^}.desktop > \
- $PKG/usr/share/applications/${PRGNAM^}.desktop
+cat usr/share/applications/$PRGNAM.desktop > \
+ $PKG/usr/share/applications/$PRGNAM.desktop
# Install .desktop icon
mkdir -p $PKG/usr/share/pixmaps