From: Michael Tremer Date: Thu, 28 Aug 2008 18:37:50 +0000 (+0200) Subject: Reconfigured pomona. X-Git-Tag: v3.0-alpha1~733^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b907354eda7504de7d0eefe726f534ecf8a545f9;p=ipfire-3.x.git Reconfigured pomona. --- diff --git a/lfs/pomona b/lfs/pomona index d1b483cb8..aa3ef7a4d 100644 --- a/lfs/pomona +++ b/lfs/pomona @@ -46,15 +46,13 @@ download : $(TARGET) : @$(PREBUILD) - -mkdir -p $(INITRAMFS_DIR) - cd $(DIR_APP) && make clean #cd $(DIR_APP) && make -C po update-po cd $(DIR_APP) && make lang-names - cd $(DIR_APP) && make install CROSS=$(UCLIBC_TARGET)- \ + cd $(DIR_APP) && make install \ DESTDIR=$(INSTALLER_DIR) NAME=$(NAME) \ SNAME=$(SNAME) VERSION=$(VERSION) KVER=$(KVER) cd $(DIR_APP) && make clean - - $(PYTHON_COMPILE) + + find $(INSTALLER_DIR)/usr/lib/pomona/ -name *.py | xargs /usr/bin/py-compile @$(POSTBUILD)