#!/usr/bin/env pkgcore-ebuild-helper

# at least two args are required- the owner/group chunk, and the target
check_args 2 -

# pathway must be absolute.
check_command chmod "${@/#\//${ED}/}"
