# HG changeset patch # User Guido Berhoerster # Date 1563973987 -7200 # Node ID 3e8551a4194453e60dc9ccf07ae2d49ca762ee56 # Parent cb2329d63fe953bf0b21147b4947a07f8d0f2a03 Fix typo in the Makefile Fix incorrect spelling of ayatana. diff -r cb2329d63fe9 -r 3e8551a41944 Makefile --- a/Makefile Wed Jul 24 10:35:37 2019 +0200 +++ b/Makefile Wed Jul 24 15:13:07 2019 +0200 @@ -73,8 +73,8 @@ INDICATOR_LIB := $(or \ $(shell pkg-config --exists appindicator3-0.1 && \ printf '%s\\\n' appindicator3-0.1), \ - $(shell pkg-config --exists ayantana-indicator3-0.1 && \ - printf '%s\\\n' ayantana-indicator3-0.1), \ + $(shell pkg-config --exists ayatana-indicator3-0.1 && \ + printf '%s\\\n' ayatana-indicator3-0.1), \ appindicator3-0.1) define generate-manpage-rule =