diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-03 13:27:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-03 13:27:26 +0000 |
commit | c504465e61a866c92c41e38ccc888d58abc73d09 (patch) | |
tree | 75125679f337875feee506224411d457a40dac99 /main/syslinux | |
parent | f6f718575335c86eb6d93dcc8df345eab3da460b (diff) | |
download | aports-c504465e61a866c92c41e38ccc888d58abc73d09.tar.bz2 aports-c504465e61a866c92c41e38ccc888d58abc73d09.tar.xz |
main/syslinux: disable trigger
It has now destroyed my extlinux.conf and caused my box unbootable
atleast twice.
Diffstat (limited to 'main/syslinux')
-rw-r--r-- | main/syslinux/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/syslinux/APKBUILD b/main/syslinux/APKBUILD index 4e92dbe37a..5a962cfddd 100644 --- a/main/syslinux/APKBUILD +++ b/main/syslinux/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=syslinux pkgver=4.04 -pkgrel=3 +pkgrel=4 pkgdesc="a boot loader for the Linux operating system which operates off an MS-DOS/Windows FAT filesystem." url="http://syslinux.org" arch="x86 x86_64" license="GPL" makedepends="nasm perl" depends="mtools blkid" -triggers="syslinux.trigger=/boot" +triggers="" source="http://www.kernel.org/pub/linux/utils/boot/syslinux/${pkgver%%.*}.xx/$pkgname-$pkgver.tar.bz2 extlinux.conf update-extlinux |