app-arch/unp: [QA] Use relative symlink target(s)

This commit is contained in:
Michał Górny
2017-08-22 21:55:46 +02:00
parent 07d93d9545
commit e55875404b
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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