[PC-BSD Commits] r20943 - pcbsd/current/src-qt4/EasyPBI
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 11 11:22:02 PST 2013
Author: kenmoore
Date: 2013-01-11 19:22:02 +0000 (Fri, 11 Jan 2013)
New Revision: 20943
Modified:
pcbsd/current/src-qt4/EasyPBI/EasyPBI.pro
Log:
Catch an error in the install path for the translations for EasyPBI2 in the project file
Modified: pcbsd/current/src-qt4/EasyPBI/EasyPBI.pro
===================================================================
--- pcbsd/current/src-qt4/EasyPBI/EasyPBI.pro 2013-01-11 18:26:49 UTC (rev 20942)
+++ pcbsd/current/src-qt4/EasyPBI/EasyPBI.pro 2013-01-11 19:22:02 UTC (rev 20943)
@@ -105,7 +105,7 @@
i18n/EasyPBI_zu.ts
dotrans.path=/usr/local/share/EasyPBI/i18n/
-dotrans.extra=cd i18n && lrelease-qt4 -nounfinished *.ts && cp *.qm /usr/local/share/pcbsd/i18n/
+dotrans.extra=cd i18n && lrelease-qt4 -nounfinished *.ts && cp *.qm /usr/local/share/EasyPBI/i18n/
desktop.path=/usr/local/share/applications/
desktop.files=EasyPBI.desktop
More information about the Commits
mailing list