diff --git a/buildpkg.functions b/buildpkg.functions index 0dd0863..2d2a487 100644 --- a/buildpkg.functions +++ b/buildpkg.functions @@ -445,6 +445,9 @@ clean() else error $E_BAD_DIR clean fi + # Solaris only - We can't add this to meta since compver is usually created + # during install + ${__rm} -f $metadir/compver.* ;; 'meta') if [ "$(${__uname} -s)" == "SunOS" ]; then