summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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