]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pakfire
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / pakfire
index c554869184e89b0eccc0ef06cb506e41e0772cd9..d292335840cb72445bfa88b46ba3fe69869e0a0a 100644 (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)