mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/kodi-rbp-git fix
This commit is contained in:
parent
59d7a52055
commit
d1907d585f
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ prepare() {
|
|||
sed '/mkdir -p $(DESTDIR)$(bindir)/i \
|
||||
install:' -i tools/EventClients/Makefile.in
|
||||
|
||||
[[ $CARCH == "armv6h" ]] && patch -Np0 -i ${srcdir}/fix_libdvd.patch
|
||||
if [[ $CARCH == "armv6h" ]]; then
|
||||
patch -Np0 -i ${srcdir}/fix_libdvd.patch
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue