Move @unexec install-info before "^info/mtools.info$" line; otherwise
pkg_delete will fail with missing info file (the file will have been deleted by the time install-info is executed). Reported by: WATANABE Junya <junya@tippr.info.eng.niigata-u.ac.jp>
This commit is contained in:
parent
66489dea2d
commit
f53e58d1c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6580
1 changed files with 1 additions and 1 deletions
|
@ -46,10 +46,10 @@ bin/mkmanifest
|
||||||
bin/mxtar
|
bin/mxtar
|
||||||
bin/xcopy
|
bin/xcopy
|
||||||
bin/mcomp
|
bin/mcomp
|
||||||
|
@unexec install-info --delete %D/info/mtools.info %D/info/dir
|
||||||
info/mtools.info
|
info/mtools.info
|
||||||
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
||||||
@exec install-info %D/info/mtools.info %D/info/dir
|
@exec install-info %D/info/mtools.info %D/info/dir
|
||||||
@unexec install-info --delete %D/info/mtools.info %D/info/dir
|
|
||||||
etc/mtools.conf
|
etc/mtools.conf
|
||||||
man/man1/mattrib.1.gz
|
man/man1/mattrib.1.gz
|
||||||
man/man1/mbadblocks.1.gz
|
man/man1/mbadblocks.1.gz
|
||||||
|
|
Loading…
Reference in a new issue