summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d58780be3353..eabf47b05a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,6 @@ prepare() {
for x in ${source[@]}; do
[[ $x == *.patch ]] || continue
- msg "Applying $x"
patch -Np1 -i "$srcdir"/${x##*/}
done
}