From 2f813973a541e09bed0e1a2d82035f6260227f4c Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang 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/python31/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python31/Makefile') diff --git a/lang/python31/Makefile b/lang/python31/Makefile index d3559fdedb37..3b275651461d 100644 --- a/lang/python31/Makefile +++ b/lang/python31/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 v1.2.3