aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJames Westby <james.westby@canonical.com>2009-04-05 12:03:12 +0100
committerJames Westby <james.westby@canonical.com>2009-04-05 12:03:12 +0100
commit269853b6fd792f3383987f45e106d45c6a747793 (patch)
treedafb3951c9972b5b47e6738cdd41524a4d78bd77 /autogen.sh
parent3448618cb3f6bd0ac535d647b756d9448d56c720 (diff)
downloadayatana-indicator-messages-269853b6fd792f3383987f45e106d45c6a747793.tar.gz
ayatana-indicator-messages-269853b6fd792f3383987f45e106d45c6a747793.tar.bz2
ayatana-indicator-messages-269853b6fd792f3383987f45e106d45c6a747793.zip
Fix PKG_NAME in autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f0cc344..1abf3a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-PKG_NAME="indicator-applet"
+PKG_NAME="indicator-messages"
which gnome-autogen.sh || {
echo "You need gnome-common from GNOME SVN"