mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
android-tools: fix adb service.
This commit is contained in:
parent
97187ee382
commit
983cf5027a
3 changed files with 7 additions and 2 deletions
3
srcpkgs/android-tools/files/adb/finish
Executable file
3
srcpkgs/android-tools/files/adb/finish
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
exec adb kill-server
|
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
exec adb fork-server server ${OPTS:=-P 5037}
|
adb ${OPTS:=start-server -P5037}
|
||||||
|
exec chpst -b adb pause
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'android-tools'
|
# Template file for 'android-tools'
|
||||||
pkgname=android-tools
|
pkgname=android-tools
|
||||||
version=5.1.0_r1
|
version=5.1.0_r1
|
||||||
revision=2
|
revision=3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue