sci-biology/cmdock: set file owner to root

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-06-26 00:17:06 +05:00
parent 4edaff1836
commit e41cb6fdcd

View File

@@ -93,7 +93,7 @@ src_install() {
# install a blank file # install a blank file
touch "${T}"/docking_out || die touch "${T}"/docking_out || die
insinto $(get_project_root) insinto $(get_project_root)
insopts -m 0644 --owner boinc --group boinc insopts -m 0644 --owner root --group boinc
doins "${T}"/docking_out doins "${T}"/docking_out
fi fi
} }