makeself: use vbin

This commit is contained in:
Michael Gehring 2017-10-09 01:24:19 +00:00
parent d805894be1
commit 13c86398c0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ do_install() {
vmkdir usr/share/man/man1
for f in makeself makeself-header; do
vinstall ${f}.sh 755 usr/bin ${f}
vbin ${f}.sh ${f}
done
install -m644 *.1 ${DESTDIR}/usr/share/man/man1
}