mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix typo
This commit is contained in:
parent
9f08135f33
commit
1af5f03915
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = flutter-bin
|
||||
pkgdesc = Cross platform widget toolkit for Dart (monolithic)
|
||||
pkgver = 3.19.6
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/flutter/flutter
|
||||
install = flutter.install
|
||||
arch = x86_64
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_pkgname="flutter"
|
||||
pkgname="$_pkgname-bin"
|
||||
pkgver=3.19.6
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Cross platform widget toolkit for Dart (monolithic)"
|
||||
arch=("x86_64")
|
||||
url="https://github.com/flutter/flutter"
|
||||
|
|
@ -152,7 +152,7 @@ elif grep flutter <<< $(groups); then
|
|||
export FLUTTER_ROOT="$APP_DIR"
|
||||
elif _unionfs; then
|
||||
if [ -e "$MOUNT_DIR/bin" ]; then
|
||||
if ! grep "$MOUNT_DIR" <<< "$PATH" > /dev/null2 >&1; then
|
||||
if ! grep "$MOUNT_DIR" <<< "$PATH" > /dev/null 2>&1; then
|
||||
export FLUTTER_ROOT="$MOUNT_DIR"
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue