m2m-aligner: use vbin, add license

This commit is contained in:
Michael Gehring 2017-07-11 19:14:10 +00:00
parent 4542422b4a
commit f01a86f9ae
1 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ pre_build() {
do_build() {
make ${makejobs}
}
do_install () {
vinstall m2m-aligner 755 usr/bin
do_install() {
vbin m2m-aligner
vlicense COPYING
}