blob: 331674a83dc311e8c65b4d3f89701bc532422a1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
PKG_NAME="indicator-notifications"
which gnome-autogen.sh || {
echo "You need gnome-common from GNOME Git"
exit 1
}
USE_GNOME2_MACROS=1 \
. gnome-autogen.sh $@
|