blob: 8004621b7d9cc7a7dd65e87b414aa69e2df79f57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
PKG_NAME="ayatana-indicator-notifications"
which mate-autogen || {
echo "You need mate-common from https://git.mate-desktop.org"
exit 1
}
USE_GNOME2_MACROS=1 \
. mate-autogen $@
|