summaryrefslogtreecommitdiffstats
path: root/system/heirloom-pax/heirloom-pax.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/heirloom-pax/heirloom-pax.SlackBuild')
-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