hooks/create-metadata-scripts: fix INSTALL.msg for subpkgs.
The file should be renamed to <destdir>/INSTALL.msg not something else. Close #1248
This commit is contained in:
parent
fe2ee68751
commit
2164eddc33
1 changed files with 2 additions and 2 deletions
|
@ -351,9 +351,9 @@ hook() {
|
|||
msg_error "$pkgver: failed to write REMOVE metadata file!\n"
|
||||
|
||||
if [ -s ${msg_install} ]; then
|
||||
install -m644 ${msg_install} ${PKGDESTDIR}
|
||||
install -m644 ${msg_install} ${PKGDESTDIR}/INSTALL.msg
|
||||
fi
|
||||
if [ -s ${msg_remove} ]; then
|
||||
install -m644 ${msg_remove} ${PKGDESTDIR}
|
||||
install -m644 ${msg_remove} ${PKGDESTDIR}/REMOVE.msg
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue