Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archive-builds.sh: Ignore non-directories in /package/pkg
Some .have_archived_on_tape plain files have appeared in /package/pkg so this script fails when it tries to change the current working directory into a path which is not a directory. Check that the path is a directory before changing into it. This can be done with the existing check, because a check for a subdirectory implies that the parent is a directory, too. However, we need to use absolute pathnames, so modify the wildcard to produce absolute pathnames.