mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/libfslvpuwrap fix PKGBUILD
This commit is contained in:
parent
508a604772
commit
d76e974c3c
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ md5sums=('99d866c979c8a798c843f32632293f14')
|
|||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue