Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usbredir/
Date: Wed, 03 May 2017 12:55:31
Message-Id: 1493816117.91f6ad3c97b7d13269c0f85bf0be32569156d349.tamiko@gentoo
1 commit: 91f6ad3c97b7d13269c0f85bf0be32569156d349
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 12:53:05 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 12:55:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f6ad3c
7
8 fixup
9
10 sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
14 index 87217034a40..a5e19237bfe 100644
15 --- a/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
16 +++ b/sys-apps/usbredir/usbredir-0.7.1_p20170503.ebuild
17 @@ -40,5 +40,5 @@ src_install() {
18 prune_libtool_files
19
20 # noinst_PROGRAMS
21 - dobin usbredirtestclient/.libs/usbredirtestclient
22 + dobin usbredirtestclient/usbredirtestclient
23 }