diff options
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 b11f6ecb3dbb1..abc843a81ec81 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 |