diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-04-17 22:45:16 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-04-17 22:46:35 +0200 |
commit | 46869219130a65b026804e49e69b14dda6e84c03 (patch) | |
tree | c7f990b6232cc0d529445af4e5e19cb63cdc59e7 /app-text/expander | |
parent | app-text/docbook-dsssl-stylesheets: [QA] Create relative rather than absolute... (diff) | |
download | gentoo-46869219130a65b026804e49e69b14dda6e84c03.tar.gz gentoo-46869219130a65b026804e49e69b14dda6e84c03.tar.bz2 gentoo-46869219130a65b026804e49e69b14dda6e84c03.zip |
app-text/expander: [QA] Create relative rather than absolute symlinks.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/expander')
-rw-r--r-- | app-text/expander/expander-2.0.5-r2.ebuild (renamed from app-text/expander/expander-2.0.5-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/expander/expander-2.0.5-r1.ebuild b/app-text/expander/expander-2.0.5-r2.ebuild index 6f6904bc6d20..1c4a5c12ffbd 100644 --- a/app-text/expander/expander-2.0.5-r1.ebuild +++ b/app-text/expander/expander-2.0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -27,7 +27,7 @@ src_compile() { src_install() { cd src dobin expander boxcomment align_columns align_comments where_is - dosym /usr/bin/boxcomment /usr/bin/unboxcomment + dosym boxcomment /usr/bin/unboxcomment insinto /usr/share/${P} doins "${S}"/service |