]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Made pomona modules compiling.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Jul 2008 15:24:48 +0000 (15:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Jul 2008 15:24:48 +0000 (15:24 +0000)
lfs/Config
lfs/pomona

index 3bd5a42ffa344c799e10115e6203b1cb34f8b691..f90220cb76b9dbae4587bb2069dabc9149c4bd12 100644 (file)
@@ -188,7 +188,8 @@ endef
 
 ifeq "$(STAGE)" "installer"
 define PYTHON_COMPILE
-       find $(INSTALLER_DIR)/usr/lib/python*/ -name *.py | xargs /usr/local/bin/py-compile
+       find $(INSTALLER_DIR)/usr/lib/{python*,pomona}/ -name *.py | \
+               xargs /usr/local/bin/py-compile
 endef
 else
 define PYTHON_COMPILE
index 1f56553623630ab18d0785fa2a01de34c773017b..d1b483cb8d9b13859a5a18f6567178b708fa5d0e 100644 (file)
@@ -56,4 +56,5 @@ $(TARGET) :
                SNAME=$(SNAME) VERSION=$(VERSION) KVER=$(KVER)
        cd $(DIR_APP) && make clean
        
+       $(PYTHON_COMPILE)
        @$(POSTBUILD)