mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
teamspeak3: fix broken build
This commit is contained in:
parent
d1fda5ce0d
commit
b129a7f71e
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@ revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc=teamspeak3
|
wrksrc=teamspeak3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
makedepends="tar"
|
||||||
short_desc="Popular proprietary voice chat for gaming"
|
short_desc="Popular proprietary voice chat for gaming"
|
||||||
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||||
license="Proprietary"
|
license="Proprietary"
|
||||||
|
@ -29,8 +30,7 @@ fi
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
install -m755 ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_pkg}.run ${wrksrc}
|
install -m755 ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_pkg}.run ${wrksrc}
|
||||||
cd ${wrksrc}
|
sh ./${_pkg}.run --tar xf
|
||||||
sh ./${_pkg}.run --tar -xf 2>/dev/null
|
|
||||||
rm -f ${_pkg}.run
|
rm -f ${_pkg}.run
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue