diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2017-11-13 00:35:01 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:58 +0700 |
commit | ebc341a21064471c6e2b619dd78498d06e35f3b3 (patch) | |
tree | 8c40f837f5797a9b809303b932a831fc0a7b7dc0 /ham/chirp/chirp.SlackBuild | |
parent | d55c3c9b974cdb1da4b77a045912cfad125be981 (diff) | |
download | slackbuilds-ebc341a21064471c6e2b619dd78498d06e35f3b3.tar.gz |
ham/chirp: Updated for version 20171104.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ham/chirp/chirp.SlackBuild')
-rw-r--r-- | ham/chirp/chirp.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ham/chirp/chirp.SlackBuild b/ham/chirp/chirp.SlackBuild index b11f6ecb3d..abc843a81e 100644 --- a/ham/chirp/chirp.SlackBuild +++ b/ham/chirp/chirp.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=chirp -VERSION=${VERSION:-20170714} +VERSION=${VERSION:-20171104} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,9 +71,6 @@ 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 {} \; -# Make the desktop file validate and be otherwise useful... -patch -p1 < $CWD/fixup-chirp.desktop.patch - python setup.py install --root=$PKG mv $PKG/usr/share/man $PKG/usr |