#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: dodir 6240 2007-03-17 21:52:26Z vapier $

exec install -d ${DIROPTIONS} "${@/#/${D}/}"
