From 3ce47e0b67da610acb493c971deddfdf47afef94 Mon Sep 17 00:00:00 2001 From: Michael Gehring <mg@ebfe.org> Date: Tue, 11 Jul 2017 19:17:50 +0000 Subject: [PATCH] unp: use vbin/vman --- srcpkgs/unp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/unp/template b/srcpkgs/unp/template index 899e79bff49..29595e108c0 100644 --- a/srcpkgs/unp/template +++ b/srcpkgs/unp/template @@ -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 }