svn path=/main/trunk/; revision=6240
# Distributed under the terms of the GNU General Public License v2
# $Id$
-slash=/
-exec install -d ${DIROPTIONS} "${@/#${slash}/${D}${slash}}"
+exec install -d ${DIROPTIONS} "${@/#/${D}/}"
#!/bin/bash
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-slash=/
-exec chown "${@/#${slash}/${D}${slash}}"
+exec chown "${@/#/${D}/}"
#!/bin/bash
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-slash=/
-exec chmod "${@/#${slash}/${D}${slash}}"
+exec chmod "${@/#/${D}/}"