alarm/firmware-imx fis PKBUILD

This commit is contained in:
pepedog 2014-02-19 16:09:11 +00:00
parent ab0588af13
commit f4a4628660

View file

@ -16,8 +16,8 @@ md5sums=('7285345d99e1064bdbad113e3d9b8f40')
prepare() {
cd "${srcdir}"
#chmod for execution, library is packed as binary to accept EULA
chmod +x ${pkgname}-${_pkgver}.bin
./${pkgname}-${_pkgver}.bin --force --auto-accept
# chmod +x ${pkgname}-${_pkgver}.bin
sh ${pkgname}-${_pkgver}.bin --force --auto-accept
sed -n '/EOEULA/,/EOEULA/p' ${pkgname}-${_pkgver}.bin | grep -v EOEULA > LICENSE.$pkgname
}