This commit is contained in:
xiota 2024-04-24 15:30:03 +00:00
parent 9f08135f33
commit 1af5f03915
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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