[arch-commits] CVS update of extra/system/mkbootcd (PKGBUILD isolinux.bin mkbootcd)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 1 17:49:47 UTC 2007


    Date: Monday, October 1, 2007 @ 13:49:47
  Author: tpowa
    Path: /home/cvs-extra/extra/system/mkbootcd

Modified: PKGBUILD (1.13 -> 1.14) mkbootcd (1.9 -> 1.10)
 Removed: isolinux.bin (1.3)

'upgpkg: switched to syslinux package'


--------------+
 PKGBUILD     |   12 +++++-------
 isolinux.bin |    <<Binary file>>
 mkbootcd     |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)


Index: extra/system/mkbootcd/PKGBUILD
diff -u extra/system/mkbootcd/PKGBUILD:1.13 extra/system/mkbootcd/PKGBUILD:1.14
--- extra/system/mkbootcd/PKGBUILD:1.13	Wed Sep 26 16:23:43 2007
+++ extra/system/mkbootcd/PKGBUILD	Mon Oct  1 13:49:47 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.13 2007/09/26 20:23:43 tpowa Exp $
+# $Id: PKGBUILD,v 1.14 2007/10/01 17:49:47 tpowa Exp $
 # Maintainer : Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=mkbootcd
 pkgver=0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced, modular isolinux bootcd image creation utility"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.archlinux.org/"
-depends=('mkinitcpio' 'cdrkit')
-source=('boot.msg' 'isolinux.bin' 'mkbootcd' 'mkbootcd.conf')
+depends=('mkinitcpio' 'cdrkit' 'syslinux')
+source=('boot.msg' 'mkbootcd' 'mkbootcd.conf')
 backup=(etc/mkbootcd.conf)
 
 build()
@@ -18,9 +18,7 @@
   install -D -m755 mkbootcd $startdir/pkg/usr/sbin/mkbootcd
   install -D -m644 mkbootcd.conf $startdir/pkg/etc/mkbootcd.conf
   install -D -m644 boot.msg $startdir/pkg/usr/share/mkbootcd/boot.msg
-  install -D -m644 isolinux.bin $startdir/pkg/usr/share/mkbootcd/isolinux.bin
 }
 md5sums=('b0faa0f3076dae815c022c44d9e74812'
-         '4000df00efa463e7e32d01d29d690aab'
-         'f4a556de24ca29cb92d8354d25a85cc4'
+         'e658e9d766fc2bb07f25a032456e5026'
          '210865b958a68cae57b39828469ef992')
Index: extra/system/mkbootcd/isolinux.bin
<<Binary file>>
Index: extra/system/mkbootcd/mkbootcd
diff -u extra/system/mkbootcd/mkbootcd:1.9 extra/system/mkbootcd/mkbootcd:1.10
--- extra/system/mkbootcd/mkbootcd:1.9	Fri Feb 16 18:00:40 2007
+++ extra/system/mkbootcd/mkbootcd	Mon Oct  1 13:49:47 2007
@@ -69,7 +69,7 @@
 	mkdir ${TEMPDIR}/${BOOTDIRNAME}/grub
 	install -m755 /usr/share/grub/i386-pc/stage2_eltorito ${TEMPDIR}/${BOOTDIRNAME}/grub/stage2_eltorito
 else
-	install -m755 /usr/share/mkbootcd/isolinux.bin ${TEMPDIR}/${BOOTDIRNAME}/isolinux.bin
+	install -m755 /usr/lib/syslinux/isolinux.bin ${TEMPDIR}/${BOOTDIRNAME}/isolinux.bin
 fi
 # create isolinux.cfg
 if [ "$GRUB" = "1" ]; then




More information about the arch-commits mailing list