summaryrefslogtreecommitdiffstats
path: root/system/heirloom-pax
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2013-11-22 02:34:22 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-11-22 02:34:22 -0500
commit687c78d5604ce299d5164ffd69de88f2dd10fefc (patch)
tree2c3b4dd9491198917e0178dd5a0cf0fa3e6715c8 /system/heirloom-pax
parent610e8461bb9b201adbd4bd9257a9bf48be71f62b (diff)
downloadslackbuilds-687c78d5604ce299d5164ffd69de88f2dd10fefc.tar.gz
slackbuilds-687c78d5604ce299d5164ffd69de88f2dd10fefc.tar.xz
various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/heirloom-pax')
-rw-r--r--system/heirloom-pax/heirloom-pax.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/heirloom-pax/heirloom-pax.SlackBuild b/system/heirloom-pax/heirloom-pax.SlackBuild
index c04ecac43a..7f8dd3fc55 100644
--- a/system/heirloom-pax/heirloom-pax.SlackBuild
+++ b/system/heirloom-pax/heirloom-pax.SlackBuild
@@ -52,8 +52,8 @@ find . \
-exec chmod 644 {} \;
# Patch the paths in the man page to use /usr/lib/heirloom/bin, rather
-# than /usr/5bin (where the upstream maintainer suggests). This is
-# done to avoid littering the top level of /usr.
+# than /usr/5bin (where the upstream maintainer suggests). This is
+# done to avoid littering the top level of /usr.
sed -i.original \
-e "s|/usr/5bin|/usr/lib$LIBDIRSUFFIX/heirloom/bin|" \
-e "s|/usr/posix2001/bin|/usr/lib$LIBDIRSUFFIX/heirloom/bin/posix2001|" cpio/pax.1
@@ -71,10 +71,10 @@ make -C libcommon
make -C libuxre
make -C cpio pax pax_su3
-# The install will be manual as it is easier than patching the
+# The install will be manual as it is easier than patching the
# "make install" target. ;)
#
-# Note: pax cannot go directly into /usr/bin because Heirloom Toolchest
+# Note: pax cannot go directly into /usr/bin because Heirloom Toolchest
# provides two pax versions and the user may have another pax
# already installed.
install -Dm755 cpio/pax $PKG/usr/lib$LIBDIRSUFFIX/heirloom/bin/pax