summaryrefslogtreecommitdiff
path: root/syslinux/Pkgfile
diff options
context:
space:
mode:
authorjust_fun <just.the.real.fun@gmail.com>2017-09-14 08:36:31 +0300
committerFredrik Rinnestam <fredrik@crux.nu>2017-09-14 22:19:12 +0200
commit949ead42847e01b7a12bb9e834a17e738c57bbc7 (patch)
tree73483cb2d45b4261b9c715eb3f1ae6a4d782b556 /syslinux/Pkgfile
parent8becc0b6c45c9d2748c3fc102935519eb2a4178e (diff)
downloadopt-949ead42847e01b7a12bb9e834a17e738c57bbc7.tar.gz
opt-949ead42847e01b7a12bb9e834a17e738c57bbc7.tar.xz
syslinux: add revdep file
Diffstat (limited to 'syslinux/Pkgfile')
-rw-r--r--syslinux/Pkgfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/syslinux/Pkgfile b/syslinux/Pkgfile
index 70a152009..1a773f093 100644
--- a/syslinux/Pkgfile
+++ b/syslinux/Pkgfile
@@ -6,7 +6,7 @@
name=syslinux
version=6.03
-release=3
+release=4
source=(http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz \
$name-Makefile.patch)
@@ -18,4 +18,8 @@ build() {
make OPTFLAGS="$CFLAGS" installer
make -j1 OPTFLAGS="$CFLAGS" INSTALLROOT=$PKG MANDIR=/usr/share/man install
+ # revdep
+ install -d $PKG/etc/revdep.d
+ echo '/usr/share/syslinux' > $PKG/etc/revdep.d/syslinux
+ echo '/usr/share/syslinux/efi64' > $PKG/etc/revdep.d/syslinux
}

Generated by cgit