blob: 1ea4d623a712148da733ed74d062b2c90d78be39 [file] [log] [blame]
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/bin/dodir,v 1.5 2004/10/04 13:56:50 vapier Exp $
for x in "$@" ; do
install -d ${DIROPTIONS} "${D}${x}"
done