This commit is contained in:
blshkv 2019-11-24 09:33:55 +08:00
parent bfa75e1b52
commit a87b25499f
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit autotools
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
@ -37,3 +37,10 @@ src_configure() {
econf "${myeconfargs[@]}"
}
#https://github.com/libimobiledevice/libusbmuxd/issues/84
src_install() {
# DESTDIR="${D}" emake install || die "install failed"
default
mv "${ED}"/usr/bin/icat "${ED}"/usr/bin/inetcat || die "Copy files failed"
}