office/hamster: Remove template comment.

Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-03-21 15:16:28 -04:00 committed by David Spencer
parent 188c1240d3
commit 5429dd7096

View file

@ -29,7 +29,6 @@ TAG=${TAG:-_SBo}
ARCHIVE="hamster-time-tracker-$VERSION"
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;