mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/kbibtex fix
This commit is contained in:
parent
a960690224
commit
7047e38172
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ md5sums=('f1a9c1867d94c36fe88cfa0470b85dac'
|
|||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
[[ $CARCH != "aarch64" ]] && patch -p1 -i ../0001-remove-qreal-cast-for-arm.patch
|
||||
if [[ $CARCH != "aarch64" ]]; then
|
||||
patch -p1 -i ../0001-remove-qreal-cast-for-arm.patch
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue