aboutsummaryrefslogtreecommitdiff
path: root/sys/process
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2007-10-22 01:19:34 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2007-10-22 01:19:34 +0000
commit9514ff11170c40fca970d78caa2be520700832d5 (patch)
treed0e74833a40a7926d2b68a0f298c89e7e7a0044f /sys/process
parentadb8a3c14d25516a3271bd1a9969ddcbc7937448 (diff)
downloadslackbuilds-9514ff11170c40fca970d78caa2be520700832d5.tar.gz
slackbuilds-9514ff11170c40fca970d78caa2be520700832d5.tar.bz2
htop ...
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1428 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys/process')
-rw-r--r--sys/process/htop/htop.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/process/htop/htop.SlackBuild b/sys/process/htop/htop.SlackBuild
index 3bf460fb..2f2a78ce 100644
--- a/sys/process/htop/htop.SlackBuild
+++ b/sys/process/htop/htop.SlackBuild
@@ -14,7 +14,7 @@
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place - Suite 330, Boston, MA 02111-1307, USA
#
-# slackbuild for htop, by Your name
+# slackbuild for htop, by Rudson R. Alves
# requires: ncurses
# tested: htop-0.6.6
#
@@ -33,7 +33,7 @@ PKG_NAME="htop"
ARCH=${ARCH:=i486}
SRC_VERSION=${VERSION:=0.6.6}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
-BUILD=${BUILD:=1initials}
+BUILD=${BUILD:=1rra}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
TMP=${TMP:=/tmp}
PKG=${PKG:=$TMP/package-$PKG_NAME}