diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-30 19:34:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-30 20:09:30 +0200 |
commit | 555fd624d609a35f4a8f80c5f3b8688829f411be (patch) | |
tree | 68726cfa38e4d089171dc1232038b54ceb54aa4b /app-office/lyx | |
parent | app-office/lyx: Drop superfluous multilib eclass (diff) | |
download | gentoo-555fd624d609a35f4a8f80c5f3b8688829f411be.tar.gz gentoo-555fd624d609a35f4a8f80c5f3b8688829f411be.tar.bz2 gentoo-555fd624d609a35f4a8f80c5f3b8688829f411be.zip |
app-office/lyx: Drop superfluous ${S}
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/lyx/lyx-2.3.0.ebuild b/app-office/lyx/lyx-2.3.0.ebuild index 035181b8fbdd..9cfd20937ed9 100644 --- a/app-office/lyx/lyx-2.3.0.ebuild +++ b/app-office/lyx/lyx-2.3.0.ebuild @@ -123,9 +123,9 @@ src_install() { doins "${T}"/hebrew.bind fi - newicon -s 32 "${S}/development/Win32/packaging/icons/lyx_32x32.png" ${PN}.png - doicon -s 48 "${S}/lib/images/lyx.png" - doicon -s scalable "${S}/lib/images/lyx.svg" + newicon -s 32 "development/Win32/packaging/icons/lyx_32x32.png" ${PN}.png + doicon -s 48 "lib/images/lyx.png" + doicon -s scalable "lib/images/lyx.svg" # fix for bug 91108 if use latex ; then |