mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
chrome-libxkbcommon: fix source tar file reference
This commit is contained in:
parent
d38d54c146
commit
83caa12228
@ -11,5 +11,5 @@ PKG_BUILD_FLAGS="-sysroot"
|
|||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
mkdir -p ${PKG_BUILD}
|
mkdir -p ${PKG_BUILD}
|
||||||
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME:7}/${PKG_NAME:7}-${PKG_VERSION}.tar.xz -C ${PKG_BUILD}
|
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME:7}/${PKG_NAME:7}-${PKG_VERSION}.tar.gz -C ${PKG_BUILD}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user