diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2017-01-23 22:20:26 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-24 00:21:56 +0000 |
commit | e50720f840b31e36d1fdfb3bde55de655beef49e (patch) | |
tree | 456b82c4e64d17a84c472b3d0c2960d4f950e449 /office/notmuch/notmuch.SlackBuild | |
parent | 0b806acd5bbd2db2b94be7e89ee99e48863e009b (diff) |
office/notmuch: Updated for version 0.23.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/notmuch/notmuch.SlackBuild')
-rw-r--r-- | office/notmuch/notmuch.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/notmuch/notmuch.SlackBuild b/office/notmuch/notmuch.SlackBuild index 2c9f06c072a6..b3a4d7f12b8d 100644 --- a/office/notmuch/notmuch.SlackBuild +++ b/office/notmuch/notmuch.SlackBuild @@ -25,7 +25,7 @@ # Written by Jostein Berntsen <jbernts@broadpark.no> PRGNAM=notmuch -VERSION=${VERSION:-0.23.4} +VERSION=${VERSION:-0.23.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING COPYING-GPL-3 INSTALL NEWS README version $PKG/usr/doc/$PRGNAM-$VERSION |