- ignore .rpm-cache when building preinstallimages
authorMichael Schroeder <mls@suse.de>
Thu, 25 Oct 2012 11:53:47 +0000 (13:53 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 25 Oct 2012 11:53:47 +0000 (13:53 +0200)
build

diff --git a/build b/build
index c33afda..feeb89a 100755 (executable)
--- a/build
+++ b/build
@@ -1878,6 +1878,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do
            .preinstallimage*) continue ;;
            .srcfiles*) continue ;;
            .pkgs) continue ;;
+           .rpm-cache) continue ;;
            installed-pkg) continue ;;
            proc|sys) continue ;;
          esac