mail-filter/pyzor: Fix: pyzord

This commit is contained in:
Sandino Araico Sánchez 2022-12-27 16:28:37 -06:00
parent 669dfcb8b4
commit c1468f3669
Signed by: KBrown
GPG key ID: 991D5D40CC62244F
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ 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"

View file

@ -61,7 +61,7 @@ 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"