From efe654a1505aed480b2108738123c0f46a42aacf Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 18 Oct 2005 16:36:10 +0000 Subject: chown root:0 fix for bsd --- eclass/common-lisp-common.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass index 7622f4770e04..e6661fe99e2e 100644 --- a/eclass/common-lisp-common.eclass +++ b/eclass/common-lisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.9 2004/09/15 23:10:21 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.10 2005/10/18 16:36:10 mkennedy Exp $ # # Author Matthew Kennedy # @@ -184,7 +184,7 @@ standard-impl-postinst() { if test-in ${impl} cmucl sbcl; then impl-restore-timestamp-hack ${impl} fi - chown -R root:root /usr/$(get_libdir)/${impl} + chown -R root:0 /usr/$(get_libdir)/${impl} /usr/bin/clc-autobuild-impl ${impl} yes register-common-lisp-implementation ${impl} } -- cgit v1.2.3-65-gdbad