summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-07-10 10:34:47 -0600
committerMark Wagie2021-07-10 10:34:47 -0600
commitc38b71c7cabe2eb9ad9641c822ad84e153800255 (patch)
treec0cbdbc0636fe5aa3113f07b6ebf3f06ca85a764
parentfc49ddd0ab651f4b69d54c7b4e10b910db3fa1fb (diff)
downloadaur-c38b71c7cabe2eb9ad9641c822ad84e153800255.tar.gz
improve syntax
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8081a0749d70..55627ed62214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
cd "$pkgname-$pkgver"
npm install
- if [ "$XDG_CURRENT_DESKTOP" = "Pantheon" ]; then
+ if [[ "$XDG_CURRENT_DESKTOP" == "Pantheon" ]]; then
arch-meson . build -Dtarget-de=elementary
else
arch-meson . build -Dtarget-de=gnome