unp: use vbin/vman

This commit is contained in:
Michael Gehring 2017-07-11 19:17:50 +00:00
parent f01a86f9ae
commit 3ce47e0b67

View file

@ -22,8 +22,8 @@ do_install() {
make DESTDIR=${DESTDIR} install
cd ..
vinstall unp 755 usr/bin
vinstall ucat 755 usr/bin
vinstall debian/unp.1 644 usr/share/man/man1
vbin unp
vbin ucat
vman debian/unp.1
vinstall bash_completion.d/unp 644 usr/share/bash-completion/completions
}