diff options
-rw-r--r-- | sys/process/htop/htop.SlackBuild | 4 |
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} |