mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Hab mal alles ein wenig bereinigt, da wir die alten Sachen nichtmehr brauchen...
connections.cgi hab ich gefixt - Die geht jetzt wieder praechtig! Und irgendwer (wohl mal wieder ich) hat in der lfs/iptables rumgewuetet :D Sowas aber auch... Tztz git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@426 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -50,13 +50,10 @@ md5 :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && cp -fRv src/pakfire $(DIR_APP)
|
||||
@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 /opt/confire/paks -R
|
||||
-cd $(DIR_APP) && find $(DIR_APP) -name .svn -exec rm -rf {} \;
|
||||
-cd $(DIR_APP) && find /opt/confire -name .svn -exec rm -rf {} \;
|
||||
@$(POSTBUILD)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user