From f437ecfad16a8c735a99b70949545c56c5e430e1 Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Tue, 28 Aug 2007 09:50:43 -0400 Subject: Fix minor error in previous patch. --- ipa-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-python') diff --git a/ipa-python/Makefile b/ipa-python/Makefile index b2e4660f8..542c50820 100644 --- a/ipa-python/Makefile +++ b/ipa-python/Makefile @@ -1,4 +1,4 @@ -PYTHONLIBDIR ?= $(shell python -c "from distutils.sysconfig import *; print get_python_lib(1)") +PYTHONLIBDIR ?= $(shell python -c "from distutils.sysconfig import *; print get_python_lib()") PACKAGEDIR ?= $(DESTDIR)/$(PYTHONLIBDIR)/ipa CONFIGDIR ?= $(DESTDIR)/etc/ipa -- cgit