mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
v8: use vbin
This commit is contained in:
parent
7a5d018bcf
commit
d805894be1
1 changed files with 7 additions and 7 deletions
|
@ -32,10 +32,10 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
vinstall out/${_target}.release/d8 755 usr/bin
|
||||
vbin out/${_target}.release/d8
|
||||
vinstall out/${_target}.release/lib.target/libv8.so.${_sonamever} 755 usr/lib
|
||||
if [ $_target != arm ]; then
|
||||
vinstall out/${_target}.release/mksnapshot.${_target} 755 usr/bin mksnapshot
|
||||
vbin out/${_target}.release/mksnapshot.${_target} mksnapshot
|
||||
fi
|
||||
|
||||
vmkdir usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue