mail-filter/pyzor: Fix: pyzord
This commit is contained in:
parent
58cd24e470
commit
e3f1810773
2 changed files with 5 additions and 5 deletions
|
@ -63,9 +63,9 @@ src_install() {
|
|||
|
||||
if use pyzord; then
|
||||
dodir /usr/sbin
|
||||
mv "${D}"usr/bin/pyzord* "${ED}usr/sbin" \
|
||||
mv "${D}"/usr/bin/pyzord* "${ED}usr/sbin" \
|
||||
|| die "failed to relocate pyzord"
|
||||
else
|
||||
rm "${D}"usr/bin/pyzord* || die "failed to remove pyzord"
|
||||
# else
|
||||
rm "${D}"/usr/bin/pyzord* || die "failed to remove pyzord"
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -61,9 +61,9 @@ src_install() {
|
|||
|
||||
if use pyzord; then
|
||||
dodir /usr/sbin
|
||||
mv "${D}"usr/bin/pyzord* "${ED}usr/sbin" \
|
||||
mv "${D}"/usr/bin/pyzord* "${ED}usr/sbin" \
|
||||
|| die "failed to relocate pyzord"
|
||||
else
|
||||
rm "${D}"usr/bin/pyzord* || die "failed to remove pyzord"
|
||||
rm "${D}"/usr/bin/pyzord* || die "failed to remove pyzord"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue