From 1e89e4e351106dc421100f51e216788f620b3ebd Mon Sep 17 00:00:00 2001 From: perky Date: Thu, 18 Mar 2004 07:00:08 +0000 Subject: Correct pre-install target to pre-su-install so that the credential switch happens before directories are created under PREFIX. Submitted by: marcel --- lang/python-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python-devel') diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index d3559fdedb37..3b275651461d 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/Makefile @@ -146,7 +146,7 @@ post-build: ${LN} -f lib${PYTHON_VERSION}.so lib${PYTHON_VERSION}.so.1; \ ${LN} -f python ${PYTHON_VERSION:S/thon/thon-shared/} -pre-install: +pre-su-install: .for platform in ${PLATFORMS} ${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform} .for file in IN.py regen -- cgit