From f7d047aa8f433977cd10a5d16ca1c228008a20e3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 24 Sep 2018 23:27:39 +0200 Subject: fix installation partial revert of 67e21ea Install to /usr/share/help/mate-user-guide-content is really a bad idea. --- makepot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makepot') diff --git a/makepot b/makepot index 63248d3..e3d58b8 100755 --- a/makepot +++ b/makepot @@ -1,10 +1,9 @@ #! /bin/sh PACKAGE=mate-user-guide; -PACKAGE_CONTENT=mate-user-guide-content; # normal translations for the package make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . # translations for the quide itself -make -C $PACKAGE $PACKAGE_CONTENT.pot && mv $PACKAGE/$PACKAGE_CONTENT.pot . +make -C $PACKAGE $PACKAGE.pot -- cgit v1.2.1