aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/xcodescripts/install-sort-man.sh
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/xcodescripts/install-sort-man.sh')
-rw-r--r--text_cmds/xcodescripts/install-sort-man.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/text_cmds/xcodescripts/install-sort-man.sh b/text_cmds/xcodescripts/install-sort-man.sh
new file mode 100644
index 0000000..2b76e68
--- /dev/null
+++ b/text_cmds/xcodescripts/install-sort-man.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p ${DSTROOT}/usr/share/man/man1
+sed -e 's|^%%THREADS%%||' -e 's|^%%NLS%%|\.\\"|' < ${SRCROOT}/sort/sort.1.in > ${DSTROOT}/usr/share/man/man1/sort.1