]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pakfire
IPTables in Kernel aktiviert.
[ipfire-2.x.git] / lfs / pakfire
index 1c42c25ee8f237773cae8f5118e3c97cb84a3d29..bf462fbfb783dba2f804e1571f11f1796373f5af 100644 (file)
@@ -26,7 +26,7 @@
 
 include Config
 
-VER        = 
+VER = 0.99
 
 THISAPP    = pakfire
 DIR_APP    = /opt/$(THISAPP)
@@ -53,5 +53,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 $(DIR_APP) && find $(DIR_APP) -name .svn -exec rm -rf {} \;
-       @$(POSTBUILD)
\ No newline at end of file
+       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)
+