From 05392f9b7fdcdc8f9ee8f049f2ae3c44f82c74a8 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 15 May 2009 23:55:37 +0200 Subject: [PATCH] Makefile: fix python2 compiler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e650013b6..7bca68ed6 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,6 @@ pylzma-install: pycompile-all: - $(PYTHON) -c "import compileall; compileall.compile_dir('$(DESTDIR)/usr/', force = True, quiet = True)" + $(PYTHON) -c "import compileall; compileall.compile_dir('$(DESTDIR)/$(LIBDIR)/entropy', force = True, quiet = True)" install: entropy-install entropy-server-install equo-install notification-applet-install spritz-install pycompile-all updates-daemon-install