Skip to content

Commit

Permalink
app-text/expander: [QA] Create relative rather than absolute symlinks.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
ulm committed Apr 17, 2017
1 parent c1d9057 commit 4686921
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4686921

Please sign in to comment.