diff --git a/build-tools/srpm-utils b/build-tools/srpm-utils index 42e558f6..fc09c767 100644 --- a/build-tools/srpm-utils +++ b/build-tools/srpm-utils @@ -815,6 +815,8 @@ raw_create_tarballs_extract_script () { "git add "*|\ "git commit "*) ;; + "rm -rf "*) + ;; *) echo "$LINE" >> $EXTRACT_SCRIPT ;;