Sort installed files logs.

This commit is contained in:
Manuel Canales Esparcia 2007-05-27 11:57:54 +00:00
parent 02100141e4
commit c6f33fb32b

View file

@ -118,7 +118,7 @@ endef
define log_new_files
@find / -xdev ! -path "/$(SCRIPT_ROOT)/*" ! -path "/tmp/*" ! -path "$(SRC)/*" \
-newer $(SRC)/timestamp-marker -not -type d \
-fprintf $(crFILELOGDIR)/$(1) "%p\t%s\t%u:%g\t%m\t%l\n" || true
-printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(crFILELOGDIR)/$(1)
endef
#==@