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

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Jun 6 07:45:50 UTC 2013


    Date: Thursday, June 6, 2013 @ 09:45:50
  Author: tpowa
Revision: 187806

upgpkg: syslinux 5.10-2

fix update script

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update

-------------------------+
 PKGBUILD                |    4 ++--
 syslinux-install_update |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-06 06:53:58 UTC (rev 187805)
+++ PKGBUILD	2013-06-06 07:45:50 UTC (rev 187806)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=5.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE"
 url="http://www.syslinux.org"
@@ -25,7 +25,7 @@
 md5sums=('8f51d6a5d2730f534ba90e71f3347bff'
          '25af85a05e7b212b7fb8b7587175e492'
          '0a52b53ea784db44242dce827a36b759'
-         '4450792e13a0270c1b89bb6a66ce2fbc')
+         '88a04d803bdd019a9a063d00aa008eee')
 
 build() {
   # Do not try to build syslinux with our default LDFLAGS, it will fail

Modified: syslinux-install_update
===================================================================
--- syslinux-install_update	2013-06-06 06:53:58 UTC (rev 187805)
+++ syslinux-install_update	2013-06-06 07:45:50 UTC (rev 187806)
@@ -334,7 +334,7 @@
 update() {
     # Update c32 files in /boot, if /boot is not on same fs
     if [[ "$boot" = boot ]]; then
-        for file in "$bootpath"/*.{c32}; do
+        for file in "$bootpath"/*.c32; do
             file=${file##*/}
             cp "$libpath/$file" "$bootpath/$file" &> /dev/null
         done




More information about the arch-commits mailing list