mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/gpu-viv-bin-mxq6 fix PKGBUILD
This commit is contained in:
parent
f4a4628660
commit
364fc86858
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ md5sums=('52f5ebbb6a9b5d0eafdb952246de584e'
|
|||
prepare() {
|
||||
cd "${srcdir}"
|
||||
#chmod for execution, library is packed as binary to accept EULA
|
||||
chmod +x ${pkgbase}-${_pkgver}.bin
|
||||
./${pkgbase}-${_pkgver}.bin --force --auto-accept
|
||||
# chmod +x ${pkgbase}-${_pkgver}.bin
|
||||
sh ${pkgbase}-${_pkgver}.bin --force --auto-accept
|
||||
sed -n '/EOEULA/,/EOEULA/p' ${pkgbase}-${_pkgver}.bin | grep -v EOEULA > LICENSE.$pkgbase
|
||||
|
||||
# adopt the prefix and exec_prefix variables in .pc files
|
||||
|
|
Loading…
Reference in a new issue