summaryrefslogtreecommitdiff
path: root/bin/dodir
blob: 6df8f40319b816f164422b4b745e42907b7a011e (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /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