Correct pre-installation target.
This commit is contained in:
parent
b991deaa17
commit
f43a065a65
@ -11,5 +11,5 @@ catman: catman.sh
|
||||
sed -e 's,%compress%,${compress},' \
|
||||
-e 's,%compext%,${compext},' \
|
||||
-e 's,%zcat%,${zcat},' \
|
||||
${.CURDIR}/catman.sh > catman
|
||||
${.CURDIR}/catman.sh > ${.CURDIR}/catman
|
||||
|
||||
|
@ -13,5 +13,5 @@ makewhatis: makewhatis.sh
|
||||
sed -e 's/%sections%/ "1", "n", "l", "6", "8", "2", "3", "4", "5", "7", "p", "o", NULL/' \
|
||||
-e 's,%zcat%,${zcat},' \
|
||||
-e 's,%compext%,${compext},' \
|
||||
${.CURDIR}/makewhatis.sh > makewhatis
|
||||
${.CURDIR}/makewhatis.sh > ${.CURDIR}/makewhatis
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user