bsdiff: use vbin/vman, add license

This commit is contained in:
Michael Gehring 2017-07-11 19:00:32 +00:00
parent 46462e5e75
commit 0c956497f5
1 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,9 @@ do_build() {
do_install() {
for i in diff patch; do
vinstall bs${i} 755 usr/bin
vinstall bs${i}.1 644 usr/share/man/man1
vbin bs${i}
vman bs${i}.1
done
sed -n '0,/^$/p' bsdiff.c > LICENSE
vlicense LICENSE
}