mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/xbmc-cubox build fix
This commit is contained in:
parent
cf5d468b59
commit
d455826896
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ build() {
|
||||||
|
|
||||||
export TEXTUREPACKER_NATIVE_ROOT="/usr"
|
export TEXTUREPACKER_NATIVE_ROOT="/usr"
|
||||||
|
|
||||||
for _patch in "${srcdir}/"*.{patch,diff}; do
|
for _patch in "${srcdir}/"*.patch; do
|
||||||
patch -p1 -i "${_patch}"
|
patch -p1 -i "${_patch}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue