Fix minor error in previous patch.

This commit is contained in:
Karl MacMillan
-
parent a5b7e3f56b
commit f437ecfad1
2 changed files with 2 additions and 2 deletions

View File

@@ -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