summaryrefslogtreecommitdiffstats
path: root/ipa-python
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmillan@mentalrootkit.com>2007-08-28 09:50:43 -0400
committerKarl MacMillan <kmacmillan@mentalrootkit.com>2007-08-28 09:50:43 -0400
commitf437ecfad16a8c735a99b70949545c56c5e430e1 (patch)
tree6ccfe4daff96dc33d1762322f736126732be933a /ipa-python
parenta5b7e3f56b8a3bddfafa1811061cd146f7c818e1 (diff)
downloadfreeipa-f437ecfad16a8c735a99b70949545c56c5e430e1.tar.gz
freeipa-f437ecfad16a8c735a99b70949545c56c5e430e1.tar.xz
freeipa-f437ecfad16a8c735a99b70949545c56c5e430e1.zip
Fix minor error in previous patch.
Diffstat (limited to 'ipa-python')
-rw-r--r--ipa-python/Makefile2
1 files changed, 1 insertions, 1 deletions
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