diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-24 13:16:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-24 17:53:07 +0200 |
commit | c216a1fa68d63cd9bc70acba39b9513e97c22bbe (patch) | |
tree | deb3212704a7df5163b51e62d6e99d8b80980fab /app-misc/razertool | |
parent | app-misc/misterhouse: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-c216a1fa68d63cd9bc70acba39b9513e97c22bbe.tar.gz gentoo-c216a1fa68d63cd9bc70acba39b9513e97c22bbe.tar.bz2 gentoo-c216a1fa68d63cd9bc70acba39b9513e97c22bbe.zip |
app-misc/razertool: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-misc/razertool')
-rw-r--r-- | app-misc/razertool/razertool-0.0.7-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/razertool/razertool-0.0.7-r4.ebuild b/app-misc/razertool/razertool-0.0.7-r4.ebuild index 37c939c3b6a7..916571dbd9e0 100644 --- a/app-misc/razertool/razertool-0.0.7-r4.ebuild +++ b/app-misc/razertool/razertool-0.0.7-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,7 @@ src_install() { newins razertool.rules.example 90-razertool.rules # Icon and desktop entry - dosym /usr/share/${PN}/pixmaps/${PN}-icon.png /usr/share/pixmaps/${PN}-icon.png + dosym ../razertool/pixmaps/razertool-icon.png /usr/share/pixmaps/razertool-icon.png make_desktop_entry "razertool-gtk" "RazerTool" ${PN}-icon "GTK;Settings;HardwareSettings" } |