summaryrefslogtreecommitdiffstats
path: root/perl/perl-Date-Manip
diff options
context:
space:
mode:
author dsomero2013-11-22 08:34:22 +0100
committer dsomero2013-11-22 08:34:22 +0100
commit687c78d5604ce299d5164ffd69de88f2dd10fefc (patch)
tree2c3b4dd9491198917e0178dd5a0cf0fa3e6715c8 /perl/perl-Date-Manip
parent610e8461bb9b201adbd4bd9257a9bf48be71f62b (diff)
downloadslackbuilds-687c78d5604ce299d5164ffd69de88f2dd10fefc.tar.gz
various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Date-Manip')
-rw-r--r--perl/perl-Date-Manip/perl-Date-Manip.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
index aa04b4f392..d398842824 100644
--- a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
+++ b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild
@@ -56,7 +56,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -94,10 +94,10 @@ cp -a \
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Date::Manip seems to need a correctly set /etc/timezone file in some cases.
-# We will create a placeholder and update it with the correct info from the
+# We will create a placeholder and update it with the correct info from the
# doinst.sh script.
mkdir -p $PKG/etc
-touch $PKG/etc/timezone.new
+touch $PKG/etc/timezone.new
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc