buildpkg: remove broken symlink #233

This commit is contained in:
udeved 2016-06-25 19:38:15 +02:00 committed by Philip
parent da2389af15
commit ee12690469

View file

@ -249,6 +249,7 @@ move_to_cache(){
msg2 "Moving [%s] -> [%s]" "${src##*/}" "${pkg_dir}"
mv $src ${pkg_dir}/
${sign} && sign_pkg "${src##*/}"
[[ -n $PKGDEST ]] || rm "$1"
chown -R "${OWNER}:users" "${pkg_dir}"
}