aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/xcodescripts/install-sort-man.sh
blob: 2b76e68dc92086c0eb801adbcd8b9a22652e07cd (plain) (blame)
1
2
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