diff options
author | James Westby <james.westby@canonical.com> | 2009-04-05 12:03:12 +0100 |
---|---|---|
committer | James Westby <james.westby@canonical.com> | 2009-04-05 12:03:12 +0100 |
commit | 269853b6fd792f3383987f45e106d45c6a747793 (patch) | |
tree | dafb3951c9972b5b47e6738cdd41524a4d78bd77 /autogen.sh | |
parent | 3448618cb3f6bd0ac535d647b756d9448d56c720 (diff) | |
download | ayatana-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |