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

Guillaume Alaux guillaume at archlinux.org
Mon Oct 31 15:24:20 UTC 2016


    Date: Monday, October 31, 2016 @ 15:24:19
  Author: guillaume
Revision: 279534

Move patching to `prepare` function

Modified:
  eclipse-ecj/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 15:22:58 UTC (rev 279533)
+++ PKGBUILD	2016-10-31 15:24:19 UTC (rev 279534)
@@ -38,13 +38,14 @@
     echo "provided by upstream in their PGP signed file"
     return 1
   fi
+
+  for p in 01-ecj-include-props 02-buildxml-fix-manifest; do
+    patch -p0 < ${p}.patch
+  done
 }
 
 build() {
   cd "${srcdir}"
-  for p in 01-ecj-include-props 02-buildxml-fix-manifest; do
-    patch -p0 < ${p}.patch
-  done
   export LANG=en_US.UTF-8
   ant build
 }



More information about the arch-commits mailing list