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

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Oct 16 19:09:23 UTC 2013


    Date: Wednesday, October 16, 2013 @ 21:09:23
  Author: tpowa
Revision: 196712

upgpkg: syslinux 6.02-2

fix btrfs issue

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-16 19:03:48 UTC (rev 196711)
+++ PKGBUILD	2013-10-16 19:09:23 UTC (rev 196712)
@@ -4,7 +4,7 @@
 
 pkgname="syslinux"
 pkgver="6.02"
-pkgrel="1"
+pkgrel="2"
 arch=('x86_64' 'i686')
 pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE"
 url="http://syslinux.zytor.com/"
@@ -38,10 +38,9 @@
     
     ## Do not try to build syslinux with our default LDFLAGS, it will fail
     unset LDFLAGS
-    
+    make PYTHON="python2" bios spotless
     make PYTHON="python2" bios
-    make PYTHON="python2" bios installer
-    
+    make PYTHON="python2" bios installer 
 }
 
 _build_syslinux_efi64() {
@@ -57,9 +56,9 @@
     unset LDFLAGS
     unset MAKEFLAGS
     
+    make PYTHON="python2" efi64 spotless
     make PYTHON="python2" efi64
-    make PYTHON="python2" efi64 installer
-    
+    make PYTHON="python2" efi64 installer 
 }
 
 _build_syslinux_efi32() {
@@ -75,9 +74,9 @@
     unset LDFLAGS
     unset MAKEFLAGS
     
+    make PYTHON="python2" efi32 spotless
     make PYTHON="python2" efi32
-    make PYTHON="python2" efi32 installer
-    
+    make PYTHON="python2" efi32 installer 
 }
 
 build() {




More information about the arch-commits mailing list