When install-log processes a file which has a % sign in the filename, it segfaults. There is a workaround for the user:
install-log -v9 package-name | grep "^Add" | cut -c8-999 | sort > blah && mv blah /var/install-logs/package-name
Log in to post a comment.