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

Sébastien Luttringer seblu at gemini.archlinux.org
Thu Sep 23 22:41:46 UTC 2021


    Date: Thursday, September 23, 2021 @ 22:41:46
  Author: seblu
Revision: 424608

Restore patching message.

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-23 20:36:29 UTC (rev 424607)
+++ PKGBUILD	2021-09-23 22:41:46 UTC (rev 424608)
@@ -40,6 +40,7 @@
     src="${src%%::*}"
     src="${src##*/}"
     [[ $src = *.patch ]] || continue
+    echo "Applying patch $src..."
     patch -Np1 < "../$src"
   done
 }



More information about the arch-commits mailing list