Use full path for mktexlsr.
This commit is contained in:
parent
25efd16825
commit
bb5113f017
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:17 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2005/01/17 13:11:34 wiz Exp $
|
||||
bin/ctangle
|
||||
bin/cweave
|
||||
man/man1/cweb.1
|
||||
|
@ -24,8 +24,8 @@ share/examples/cweb/wordtest.w
|
|||
share/examples/cweb/xlib_types.w
|
||||
share/examples/cweb/xview_types.w
|
||||
share/texmf/tex/plain/base/cwebmac.tex
|
||||
@unexec mktexlsr
|
||||
@exec mktexlsr
|
||||
@exec %D/bin/mktexlsr
|
||||
@unexec %D/bin/mktexlsr
|
||||
@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
|
||||
@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
|
||||
@dirrm share/examples/cweb
|
||||
|
|
Loading…
Reference in a new issue