diff options
author | Ted Gould <ted@canonical.com> | 2009-10-16 15:54:32 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-16 15:54:32 -0500 |
commit | 63e10a66964e2cecf813e4feb6d155ac47674ca7 (patch) | |
tree | cfc23f3ef0d36f73ec23e0fae30c03f12d38fd5b | |
parent | 31f519d7984a80d702154240aa4708560a8faada (diff) | |
download | ayatana-indicator-application-63e10a66964e2cecf813e4feb6d155ac47674ca7.tar.gz ayatana-indicator-application-63e10a66964e2cecf813e4feb6d155ac47674ca7.tar.bz2 ayatana-indicator-application-63e10a66964e2cecf813e4feb6d155ac47674ca7.zip |
Forgot to change the package name
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -PKG_NAME="upanel" +PKG_NAME="indicator-custom" which gnome-autogen.sh || { echo "You need gnome-common from GNOME SVN" |