diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2017-06-21 08:48:32 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-06-21 08:48:32 +0100 |
commit | 44ada7ee221b45e46dd2b7c89ef5fcaa6c6e147e (patch) | |
tree | 41e21066abe074320ed4400bffa2b5884f0d75a2 /network/offlineimap/offlineimap.SlackBuild | |
parent | c3aaeec74838d5d88e25ffc2789200bdd89e9261 (diff) | |
download | slackbuilds-44ada7ee221b45e46dd2b7c89ef5fcaa6c6e147e.tar.gz |
network/offlineimap: Updated for version 7.1.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/offlineimap/offlineimap.SlackBuild')
-rw-r--r-- | network/offlineimap/offlineimap.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/offlineimap/offlineimap.SlackBuild b/network/offlineimap/offlineimap.SlackBuild index af5875114b..7b3439a743 100644 --- a/network/offlineimap/offlineimap.SlackBuild +++ b/network/offlineimap/offlineimap.SlackBuild @@ -26,7 +26,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="offlineimap" -VERSION=${VERSION:-7.1.0} +VERSION=${VERSION:-7.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,12 +45,12 @@ OUTPUT=${OUTPUT:-/tmp} set -e -rm -fr $PKG +rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION - chown -R root.root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |