blob: b827086ec09318a994ca65c0cc6df62625e8fa38 [file] [log] [blame]
#!/bin/bash
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
if ! ___eapi_has_doheader; then
die "${0##*/} is not supported in EAPI ${EAPI}"
fi
if [[ $# -lt 1 ]] || [[ $1 == -r && $# -lt 2 ]] ; then
__helpers_die "${0##*/}: at least one argument needed"
exit 1
fi
INSDESTTREE='/usr/include/' exec doins "$@"