diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-09-17 00:59:47 +0200 |
---|---|---|
committer | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-09-17 00:59:47 +0200 |
commit | 987935efb0c6df0371fdd8cc8b0ed0f7db13034d (patch) | |
tree | 20f091fc8ea2976da539f5748b0968dafd03cc2a | |
parent | 8cc8c0da068e8c3414ee9efdd124de82690377ea (diff) |
Create compiz.pot file correctly.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,8 +7,8 @@ ORIGDIR=`pwd` cd $srcdir autoreconf -v --install || exit 1 -intltoolize --copy --force --automake || exit 1 glib-gettextize --copy --force || exit 1 +intltoolize --copy --force --automake || exit 1 cd $ORIGDIR || exit $? |