From 8015851ba87c159062f0ca03fbe42dd303179094 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 3 Jun 2011 16:09:02 +0200 Subject: [PATCH] Make sure compver files are regenerated --- buildpkg.functions | 3 +++ 1 file changed, 3 insertions(+) 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