aboutsummaryrefslogtreecommitdiff
path: root/bin/dodir
blob: c07081c787bd61cb6043a3a4b9929c8f7292ae3d (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: /local/data/ulm/cvs/history/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