summaryrefslogtreecommitdiffstats
path: root/development/ldns
diff options
context:
space:
mode:
author dsomero2013-11-22 08:34:22 +0100
committer dsomero2013-11-22 08:34:22 +0100
commit687c78d5604ce299d5164ffd69de88f2dd10fefc (patch)
tree2c3b4dd9491198917e0178dd5a0cf0fa3e6715c8 /development/ldns
parent610e8461bb9b201adbd4bd9257a9bf48be71f62b (diff)
downloadslackbuilds-687c78d5604ce299d5164ffd69de88f2dd10fefc.tar.gz
various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/ldns')
-rw-r--r--development/ldns/ldns.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/ldns/ldns.SlackBuild b/development/ldns/ldns.SlackBuild
index bcced58885..3bb9aaea1d 100644
--- a/development/ldns/ldns.SlackBuild
+++ b/development/ldns/ldns.SlackBuild
@@ -24,7 +24,7 @@
# SUCH DAMAGE.
# -----------------------------------------------------------------------------
-# Slackware SlackBuild script
+# Slackware SlackBuild script
# ===========================
# By: R. Andrew Bailey
# For: ldns
@@ -97,7 +97,7 @@ make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README* $PKG/usr/doc/$PRGNAM-$VERSION
-cd drill
+cd drill
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \
@@ -119,7 +119,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
find $PKG/usr/man -type f -exec chmod 0644 {} \;
-for i in $(find $PKG/usr/man -type l -name "*.?") ; do
+for i in $(find $PKG/usr/man -type l -name "*.?") ; do
ln -s $( readlink $i ).gz $i.gz ; rm $i ;
done