[arch-commits] Commit in spamassassin/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Fri Jan 17 14:09:38 UTC 2020


    Date: Friday, January 17, 2020 @ 14:09:37
  Author: bluewind
Revision: 373617

Todo List: Remove usage of makepkg subroutines from PKGBUILDs

Modified:
  spamassassin/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 13:57:33 UTC (rev 373616)
+++ PKGBUILD	2020-01-17 14:09:37 UTC (rev 373617)
@@ -78,7 +78,7 @@
   for file in "$pkgdir/etc/mail/spamassassin/"*.pre; do
 	  clean_file="${file#"$pkgdir/"}"
 	  if ! in_array "$clean_file" "${backup[@]}"; then
-		  error "backup array is missing an entry for '$clean_file'"
+		  echo "ERROR: backup array is missing an entry for '$clean_file'" >&2
 		  backup_incomplete=1
 	  fi
   done



More information about the arch-commits mailing list