]> git.0d.be Git - empathy.git/blobdiff - autogen.sh
Updates Persian Translations
[empathy.git] / autogen.sh
index 7c73adb9fbbc51328780cc6ca7deb1a67b7243da..ef19a9fb16585b980980173bf92006ea358f75e0 100755 (executable)
@@ -19,15 +19,14 @@ which gnome-autogen.sh || {
 }
 
 # Fetch submodules if needed
-if test ! -f telepathy-yell/autogen.sh;
+if test ! -f telepathy-account-widgets/COPYING;
 then
   echo "+ Setting up submodules"
   git submodule init
 fi
 git submodule update
 
-# launch tp-yell's autogen.sh
-cd telepathy-yell
+cd telepathy-account-widgets
 sh autogen.sh --no-configure
 cd ..