Skip to content

Commit

Permalink
app-arch/unp: [QA] Use relative symlink target(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 22, 2017
1 parent 07d93d9 commit e558754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-arch/unp/unp-2.0_pre7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ src_compile() {

src_install() {
dobin unp || die "dobin failed"
dosym /usr/bin/unp /usr/bin/ucat
dosym unp /usr/bin/ucat
doman debian/unp.1 || die "doman failed"
dodoc debian/changelog debian/README.Debian
dobashcomp bash_completion.d/unp
Expand Down
2 changes: 1 addition & 1 deletion app-arch/unp/unp-2.0_pre7_p1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ src_compile() {

src_install() {
dobin unp || die "dobin failed"
dosym /usr/bin/unp /usr/bin/ucat
dosym unp /usr/bin/ucat
doman debian/unp.1 || die "doman failed"
dodoc debian/changelog debian/README.Debian
dobashcomp bash_completion.d/unp
Expand Down
2 changes: 1 addition & 1 deletion app-arch/unp/unp-2.0_pre7_p1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ src_compile() {

src_install() {
dobin unp || die "dobin failed"
dosym /usr/bin/unp /usr/bin/ucat
dosym unp /usr/bin/ucat
doman debian/unp.1 || die "doman failed"
dodoc debian/changelog debian/README.Debian
dobashcomp bash_completion.d/unp
Expand Down

0 comments on commit e558754

Please sign in to comment.