diff options
-rw-r--r-- | office/tdl/slack-desc | 10 | ||||
-rw-r--r-- | office/tdl/tdl.SlackBuild | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/office/tdl/slack-desc b/office/tdl/slack-desc index b97213c552..efe30bc7da 100644 --- a/office/tdl/slack-desc +++ b/office/tdl/slack-desc @@ -1,4 +1,12 @@ -tdl: Simple todo list manager +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +tdl: tdl (Simple todo list manager) tdl: tdl: TDL is a simple todo list manager written in C. tdl: diff --git a/office/tdl/tdl.SlackBuild b/office/tdl/tdl.SlackBuild index 127aca7610..71ceca606c 100644 --- a/office/tdl/tdl.SlackBuild +++ b/office/tdl/tdl.SlackBuild @@ -27,7 +27,7 @@ VERSION=1.5.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |