bsdiff: use vbin/vman, add license
This commit is contained in:
parent
46462e5e75
commit
0c956497f5
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue