]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed pyfire from installation system.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:52 +0000 (20:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:52 +0000 (20:40 +0200)
lfs/pyfire

index c6a044194759e13d8c5df115c0c1ac1e44b9d12c..d82179b3dd46a6acc2e36b5befa6f72171fbe075 100644 (file)
@@ -52,14 +52,7 @@ $(objects) :
 $(TARGET) : 
        @$(PREBUILD)
 
-ifeq "$(STAGE)" "ipfire"
        cd $(DIR_APP) && make install
-endif
-
-ifeq "$(STAGE)" "installer"
-       cd $(DIR_APP) && make install DESTDIR=$(INSTALLER_DIR)
-endif
-
        cd $(DIR_APP) && make clean
 
        $(PYTHON_COMPILE)