[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Jan 26 19:46:59 UTC 2011


    Date: Wednesday, January 26, 2011 @ 14:46:59
  Author: andrea
Revision: 107555

order patches

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-26 18:59:44 UTC (rev 107554)
+++ PKGBUILD	2011-01-26 19:46:59 UTC (rev 107555)
@@ -42,14 +42,14 @@
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
+    # Already fixed upstream
+    patch -Np0 -i ${srcdir}/set-horos-theme.patch
+    patch -Np0 -i ${srcdir}/fix-MALLOC_CHECK.patch
+
 	patch -p0 -i ${srcdir}/kdm-zsh-profile.patch
 	patch -p0 -i ${srcdir}/fixpath.patch
 	patch -p0 -i ${srcdir}/terminate-server.patch
 
-    # Already fixed upstream
-    patch -Np0 -i ${srcdir}/set-horos-theme.patch
-    patch -Np0 -i ${srcdir}/fix-MALLOC_CHECK.patch
-
 	cd ${srcdir}
 	mkdir build
 	cd build




More information about the arch-commits mailing list