changeset 26:3e8551a41944

Fix typo in the Makefile Fix incorrect spelling of ayatana.
author Guido Berhoerster <guido+pui@berhoerster.name>
date Wed, 24 Jul 2019 15:13:07 +0200
parents cb2329d63fe9
children 73081cc299f5
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 =