diff options
-rw-r--r-- | sys-apps/sandbox/sandbox-1.6-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/sandbox/sandbox-1.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/sandbox/sandbox-1.6-r2.ebuild b/sys-apps/sandbox/sandbox-1.6-r2.ebuild index 8f9edfc1f4fb..40a15ca305ba 100644 --- a/sys-apps/sandbox/sandbox-1.6-r2.ebuild +++ b/sys-apps/sandbox/sandbox-1.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.2 2009/04/09 20:30:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.3 2009/04/09 21:28:18 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -99,5 +99,5 @@ pkg_preinst() { } pkg_postinst() { - chown 0755 "${D}"/etc/sandbox.d #265376 + chmod 0755 "${ROOT}"/etc/sandbox.d #265376 } diff --git a/sys-apps/sandbox/sandbox-1.9.ebuild b/sys-apps/sandbox/sandbox-1.9.ebuild index b602769a0777..4fe0c221550c 100644 --- a/sys-apps/sandbox/sandbox-1.9.ebuild +++ b/sys-apps/sandbox/sandbox-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.9.ebuild,v 1.2 2009/04/09 20:30:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.9.ebuild,v 1.3 2009/04/09 21:28:18 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. @@ -91,5 +91,5 @@ pkg_preinst() { } pkg_postinst() { - chown 0755 "${D}"/etc/sandbox.d #265376 + chmod 0755 "${ROOT}"/etc/sandbox.d #265376 } |