]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
pakfire: Don't remove existing content from /opt/pakfire.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Oct 2013 15:20:41 +0000 (17:20 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Oct 2013 15:20:41 +0000 (17:20 +0200)
lfs/pakfire

index 11608b36d13cb2186d82e4da6b75cf2e8c6b36ea..6f90f89bb1379ef66f02f7e502ec546f934070b2 100644 (file)
@@ -54,7 +54,6 @@ md5 :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP)
        -mkdir -p /opt/pakfire/{db/{meta,lists,rootfiles,installed,core},etc,lib,tmp} \
                /var/log/pakfire /var/cache/pakfire
        cp -fRv $(DIR_SRC)/src/pakfire/* $(DIR_APP)