Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675112 - net-wireless/gr-air-mode-9999.ebuild patch
Summary: net-wireless/gr-air-mode-9999.ebuild patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-10 15:00 UTC by hangglider
Modified: 2019-01-10 18:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hangglider 2019-01-10 15:00:08 UTC
Merge gets error:

find: ‘/var/tmp/portage/net-wireless/gr-air-modes-9999/imageusr/bin’: No such file or directory

Patch ebuild:

--- /usr/portage/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild.orig        2019-01-10 15:58:38.167571778 +0100
+++ /usr/portage/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild     2019-01-10 15:59:03.287696342 +0100
@@ -42,5 +42,5 @@
 
 src_install() {
        cmake-utils_src_install
-       python_fix_shebang "${ED}"usr/bin
+       python_fix_shebang "${ED}"/usr/bin
 }
Comment 1 Larry the Git Cow gentoo-dev 2019-01-10 18:01:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dc1b8c9a44761d732ad7c2c735a369bb932437

commit d5dc1b8c9a44761d732ad7c2c735a369bb932437
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-01-10 17:58:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-01-10 18:01:21 +0000

    net-wireless/gr-air-modes: Fix src_install
    
    Thanks-to: hangglider@gmx.de
    Closes: https://bugs.gentoo.org/675112
    Package-Manager: Portage-2.3.54, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)