mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 01:03:18 +02:00
libusbmuxd: fix file collision, https://github.com/libimobiledevice/libusbmuxd/issues/84
This commit is contained in:
parent
bfa75e1b52
commit
a87b25499f
1 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue