From 687c78d5604ce299d5164ffd69de88f2dd10fefc Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 22 Nov 2013 02:34:22 -0500 Subject: various: Fix SlackBuild formatting and comment nit picks. Signed-off-by: dsomero --- system/heirloom-pax/heirloom-pax.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/heirloom-pax') 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 -- cgit v1.2.3