[arch-commits] Commit in syslinux/trunk (PKGBUILD)
Tobias Powalowski
tpowa at nymeria.archlinux.org
Mon Feb 25 16:33:27 UTC 2013
Date: Monday, February 25, 2013 @ 17:33:27
Author: tpowa
Revision: 178545
upgpkg: syslinux 5.01-2
add docs to package #31719
Modified:
syslinux/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-25 16:15:15 UTC (rev 178544)
+++ PKGBUILD 2013-02-25 16:33:27 UTC (rev 178545)
@@ -4,7 +4,7 @@
pkgname=syslinux
pkgver=5.01
-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://syslinux.zytor.com/"
@@ -44,6 +44,8 @@
cd "$srcdir"/$pkgname-${pkgver}
make INSTALLROOT="$pkgdir" AUXDIR=/usr/lib/syslinux install
+ # install docs
+ cp -ar "$srcdir"/$pkgname-${pkgver}/doc "$pkgdir"/usr/share/
# Install the default configuration
install -D -m644 "$srcdir"/syslinux.cfg "$pkgdir"/boot/syslinux/syslinux.cfg
# Install the installation and update script
More information about the arch-commits
mailing list