]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Config: Remove /root/.cargo
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 29 Jan 2022 11:01:11 +0000 (11:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Feb 2022 13:50:44 +0000 (13:50 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/Config

index 66341067793f3b3b481074a91e186b3ab4ba0683..3e4de3b3fd48eaddd07bc76be60b0aaca78ceadd 100644 (file)
@@ -276,7 +276,7 @@ define POSTBUILD
        @echo "Updating linker cache..."
        @type -p ldconfig >/dev/null && ldconfig || :
        @echo "Install done; saving file list to $(TARGET) ..."
-       @rm -rf $(GOPATH)
+       @rm -rf $(GOPATH) /root/.cargo
        @$(FIND_FILES) > $(DIR_SRC)/lsalrnew
        @diff $(DIR_SRC)/lsalr $(DIR_SRC)/lsalrnew | grep '^> ' | sed 's/^> //' > $(TARGET)_diff
        @cp -f $(DIR_SRC)/lsalrnew $(DIR_SRC)/lsalr