summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2015-11-26 15:18:03 +0100
committerJakub Steiner <jimmac@gmail.com>2015-11-26 15:53:24 +0100
commitf7701a76ce7cdd57c49ed52594cd75ebed882660 (patch)
tree235a8705675d0e8bf8dd61514aff08f5473934f1 /autogen.sh
parent3b17d27c53a926b976002cf489261e6aaabb6458 (diff)
downloadadwaita-icon-theme-f7701a76ce7cdd57c49ed52594cd75ebed882660.tar.gz
Remove translations
Only the description is being translated and that's not exposed and "The Only One" is not really somethig worth sharing in the first place. https://bugzilla.gnome.org/show_bug.cgi?id=758708
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 f3f1373af..700e784a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ PKG_NAME="adwaita-icon-theme"
REQUIRED_AUTOMAKE_VERSION=1.9
(test -f $srcdir/configure.ac \
- && test -f $srcdir/index.theme.in.in \
+ && test -f $srcdir/index.theme.in \
&& test -d $srcdir/src) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"