From 6bc2b280c349851a05f28ca4b06fe5d51c59bea0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 2 Dec 2017 19:18:59 +0100 Subject: Convert to Ayatana Indicators. --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 331674a..8004621 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,11 @@ #!/bin/sh -PKG_NAME="indicator-notifications" +PKG_NAME="ayatana-indicator-notifications" -which gnome-autogen.sh || { - echo "You need gnome-common from GNOME Git" +which mate-autogen || { + echo "You need mate-common from https://git.mate-desktop.org" exit 1 } USE_GNOME2_MACROS=1 \ -. gnome-autogen.sh $@ +. mate-autogen $@ -- cgit v1.2.3