diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-24 16:26:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-24 17:53:10 +0200 |
commit | c5d7008b8dbed6ba2a0d290014db3c2b519ffb21 (patch) | |
tree | 2c10ca7008719b0a34fe3ee6993089212af7cb99 /app-text/fbreader | |
parent | app-shells/tcsh: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-c5d7008b8dbed6ba2a0d290014db3c2b519ffb21.tar.gz gentoo-c5d7008b8dbed6ba2a0d290014db3c2b519ffb21.tar.bz2 gentoo-c5d7008b8dbed6ba2a0d290014db3c2b519ffb21.zip |
app-text/fbreader: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-text/fbreader')
-rw-r--r-- | app-text/fbreader/fbreader-0.99.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/fbreader/fbreader-0.99.4-r2.ebuild b/app-text/fbreader/fbreader-0.99.4-r2.ebuild index 5a44b67d2de6..347957b53029 100644 --- a/app-text/fbreader/fbreader-0.99.4-r2.ebuild +++ b/app-text/fbreader/fbreader-0.99.4-r2.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=5 @@ -84,5 +84,5 @@ src_compile() { src_install() { default - dosym /usr/bin/FBReader /usr/bin/fbreader + dosym FBReader /usr/bin/fbreader } |