Hinzugefügt:

* Erste Version von CONFIRE.
  * ./make.sh sync lädt nun alle neuen Dateien auf den FTP-Server.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@135 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-05-24 17:42:02 +00:00
parent ee4fdd07e7
commit 0eab8e8489
4 changed files with 42 additions and 3 deletions

View File

@@ -51,6 +51,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && cp -fRv src/pakfire $(DIR_APP)
cd $(DIR_APP) && mv -vf pakfire.conf /etc
cd $(DIR_APP) && chown root.root $(DIR_APP) -R && chmod 755 pakfire lib/*
cd /opt && mkdir -p /opt/confire/paks
cd /opt/confire && cp -fRv $(DIR_SRC)/src/confire/* .
cd /opt/confire && chown root.root /opt/confire -R && chmod 755 confire paks/*
# cd $(DIR_APP) && find $(DIR_APP) -name .svn -exec rm -rf {} \;
# cd $(DIR_APP) && find /opt/confire -name .svn -exec rm -rf {} \;
@$(POSTBUILD)