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

Pierre Schmitz pierre at archlinux.org
Fri Mar 2 23:25:37 UTC 2012


    Date: Friday, March 2, 2012 @ 18:25:37
  Author: pierre
Revision: 151788

Fix the path to extlinux in syslinux-install_update

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	2012-03-02 22:51:25 UTC (rev 151787)
+++ PKGBUILD	2012-03-02 23:25:37 UTC (rev 151788)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=4.05
-pkgrel=2
+pkgrel=3
 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://syslinux.zytor.com/"
@@ -24,7 +24,7 @@
 md5sums=('82299242418385da1274c9479a778cb2'
          '1528c376e43f0eaccaa80d8ad1bc13b4'
          '832595501944fbcabcdc1207f4724fe7'
-         'dd8a6a2104e64d8e4fee4f2d59ae223a')
+         '680750f73dc2e587ac567d057d485813')
 
 build() {
   # Do not try to build syslinux with our default LDFLAGS, it will fail

Modified: syslinux-install_update
===================================================================
--- syslinux-install_update	2012-03-02 22:51:25 UTC (rev 151787)
+++ syslinux-install_update	2012-03-02 23:25:37 UTC (rev 151788)
@@ -28,7 +28,7 @@
 
 libpath="/usr/lib/syslinux"
 bootpath="/boot/syslinux"
-extlinux="/sbin/extlinux"
+extlinux="/usr/sbin/extlinux"
 
 autoupdate_file=/boot/syslinux/SYSLINUX_AUTOUPDATE
 com32_files=(menu.c32 vesamenu.c32 chain.c32 hdt.c32 reboot.c32 poweroff.com)




More information about the arch-commits mailing list