mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
Config: Remove /root/.cargo
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user