mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/imx-vpu fix PKBUILD
This commit is contained in:
parent
364fc86858
commit
6be1af986b
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ md5sums=('61331c9ed2d4c1b3aeab9c35fd034ac3'
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
#chmod for execution, library is packed as binary to accept EULA
|
#chmod for execution, library is packed as binary to accept EULA
|
||||||
chmod +x ${pkgname}-${_pkgver}.bin
|
# chmod +x ${pkgname}-${_pkgver}.bin
|
||||||
./${pkgname}-${_pkgver}.bin --force --auto-accept
|
sh ${pkgname}-${_pkgver}.bin --force --auto-accept
|
||||||
sed -n '/EOEULA/,/EOEULA/p' ${pkgname}-${_pkgver}.bin | grep -v EOEULA > LICENSE.$pkgname
|
sed -n '/EOEULA/,/EOEULA/p' ${pkgname}-${_pkgver}.bin | grep -v EOEULA > LICENSE.$pkgname
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue