summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/dodir
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/dodir')
-rwxr-xr-xbin/ebuild-helpers/dodir6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ebuild-helpers/dodir b/bin/ebuild-helpers/dodir
new file mode 100755
index 000000000..1902c6f38
--- /dev/null
+++ b/bin/ebuild-helpers/dodir
@@ -0,0 +1,6 @@
+#!/bin/bash
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+exec install -d ${DIROPTIONS} "${@/#/${D}/}"