#!/usr/bin/env pkgcore-ebuild-helper
# Copyright: 2011 Brian Harring <ferringb@gmail.com>
# License: GPL2/BSD 3 clause

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

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