mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
Made makewhatis installed as 555 so that people could actually run it.
This commit is contained in:
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179
@@ -16,7 +16,7 @@ clean:
|
||||
@rm -f ${TARG}
|
||||
|
||||
install:
|
||||
install -c -o bin -g bin -m 444 ${TARG} /usr/bin
|
||||
install -c -o bin -g bin -m 555 ${TARG} /usr/bin
|
||||
|
||||
${TARG}: ${.CURDIR}/makewhatis.sh
|
||||
sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' ${.CURDIR}/makewhatis.sh > ${TARG}
|
||||
|
||||
Reference in New Issue
Block a user