From 481f9e42a7b992d911b477d65467eaa1bede2134 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 27 Jun 2014 11:18:17 -0700 Subject: [PATCH] Fix the path to the desktop file in make_pot.sh --- po/make_pot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/make_pot.sh b/po/make_pot.sh index d19079ad7..e05252f28 100755 --- a/po/make_pot.sh +++ b/po/make_pot.sh @@ -41,7 +41,7 @@ find ../automation -name *.lua \ for i in 'Name' 'GenericName' 'Comment' do - grep ^_$i -n ../desktop/aegisub.desktop.template.in \ + grep ^_$i -n ../packages/desktop/aegisub.desktop.template.in \ | sed 's/\([0-9]\+\):[^=]\+=\(.*\)$/aegisub.desktop|\1|"\2"/' \ | maybe_append done