diff options
Diffstat (limited to 'source/n/alpine')
-rwxr-xr-x | source/n/alpine/alpine.SlackBuild | 12 | ||||
-rw-r--r-- | source/n/alpine/slack-desc.alpine | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/source/n/alpine/alpine.SlackBuild b/source/n/alpine/alpine.SlackBuild index 07961ff2..5bf3b445 100755 --- a/source/n/alpine/alpine.SlackBuild +++ b/source/n/alpine/alpine.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2006, 2007, 2008, 2009, 2010, 2012 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2006, 2007, 2008, 2009, 2010, 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ PKGNAM=alpine -VERSION=${VERSION:-2.02} +VERSION=${VERSION:-2.11} ALPINEBUILD=${ALPINEBUILD:-1} IMAPDBUILD=${IMAPDBUILD:-1} PINEPGP=${PINEPGP:-0.18.0} @@ -55,9 +55,9 @@ elif [ "$ARCH" = "x86_64" ]; then fi cd $TMP -rm -rf re-alpine-${VERSION} -tar xvf $CWD/re-alpine-$VERSION.tar.?z* || exit 1 -cd re-alpine-$VERSION +rm -rf alpine-${VERSION} +tar xvf $CWD/alpine-$VERSION.tar.?z* || exit 1 +cd alpine-$VERSION # Make sure ownerships and permissions are sane: chown -R root:root . @@ -166,7 +166,7 @@ PKG2=/tmp/package-imapd cd $TMP rm -rf $PKG2 mkdir -p $PKG2 -cd re-alpine-$VERSION/imap +cd alpine-$VERSION/imap mkdir -p $PKG2/usr/doc/imapd-$VERSION cp -a \ CONTENTS LICENSE.txt NOTICE SUPPORT \ diff --git a/source/n/alpine/slack-desc.alpine b/source/n/alpine/slack-desc.alpine index 79f962da..ad9f7b6f 100644 --- a/source/n/alpine/slack-desc.alpine +++ b/source/n/alpine/slack-desc.alpine @@ -16,4 +16,4 @@ alpine: learned by exploration and the use of context-sensitive help. The alpine: user experience is highly customizable through the use of the Alpine alpine: Setup command. alpine: -alpine: The Alpine site may be found here: http://www.washington.edu/alpine +alpine: The Alpine site may be found here: http://patches.freeiz.com/alpine |