[SCM] BOINC packaging branch, master, updated. upstream/7.0.23+dfsg-372-g3dcb61b
Steffen Moeller
moeller at debian.org
Fri Mar 30 15:52:22 UTC 2012
The following commit has been merged in the master branch:
commit 3dcb61ba5af27ad1046be269e47166c2a327c128
Author: Steffen Moeller <moeller at debian.org>
Date: Fri Mar 30 17:49:40 2012 +0200
Fixed typo to now redo locales.
diff --git a/debian/rules b/debian/rules
index f2ab61b..8b2c9df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -195,7 +195,7 @@ override_dh_auto_build: update-boinc-applinks.1
$(MAKE)
# Generate binary message catalogs of the BOINC Manager.
- if [ -d localte/client ]; then \
+ if [ -d locale/client ]; then \
for i in `ls locale/client`; do \
if [ -f "locale/client/$$i/BOINC-Manager.po" ]; then \
msgfmt -o "locale/client/$$i/BOINC-Manager.mo" \
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list