diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-06-03 22:19:46 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:34:33 -0400 |
commit | 47a0f98a286a0e999aa63d70f75fbae7a4e1259d (patch) | |
tree | 1fd57fbe11e9165e9b674d32986e54e621d6f473 /office/rednotebook/rednotebook.SlackBuild | |
parent | 8639d72e4a7980cd0a786d21a333077743d70599 (diff) |
office/rednotebook: Updated for version 1.1.6.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'office/rednotebook/rednotebook.SlackBuild')
-rw-r--r-- | office/rednotebook/rednotebook.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/rednotebook/rednotebook.SlackBuild b/office/rednotebook/rednotebook.SlackBuild index 581ad57b6783..20d3e04fd8d0 100644 --- a/office/rednotebook/rednotebook.SlackBuild +++ b/office/rednotebook/rednotebook.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for python-rednotebook +# Slackware build script for rednotebook # Copyright 2010 David Woodfall <dave@dawoodfall.net> # All rights reserved. # @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rednotebook -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |