mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
freshplayerplugin: broken on musl atm.
This commit is contained in:
parent
28daed5a50
commit
fa2f4f1241
1 changed files with 5 additions and 2 deletions
|
@ -13,8 +13,11 @@ homepage="https://github.com/i-rinat/freshplayerplugin"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=3e2cfda78d836365ce3cafcaa3238a51a90ab86cb0e7e30eb31db9ecacfd115d
|
checksum=3e2cfda78d836365ce3cafcaa3238a51a90ab86cb0e7e30eb31db9ecacfd115d
|
||||||
|
|
||||||
# http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2815/steps/shell_3/logs/stdio
|
nocross="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2815/steps/shell_3/logs/stdio"
|
||||||
nocross=yes
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/186/steps/shell_3/logs/stdio";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall build/libfreshwrapper-flashplayer.so 755 usr/lib/mozilla/plugins
|
vinstall build/libfreshwrapper-flashplayer.so 755 usr/lib/mozilla/plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue