[SCM] LibreOffice packaging repository branch, ubuntu-lucid-3.3.1, updated. b4d9bc2f1a202829b5f8c47708febfb8bb06b7ae
The following commit has been merged in the ubuntu-lucid-3.3.1 branch:
commit 347eba7167ea32e6fe1c4bb3619e25a85e4a80e0
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date: Thu Mar 31 00:29:24 2011 +0200
remove the textcat symlink when not using system textcat
diff --git a/rules b/rules
index bbb39d8..86e388a 100755
--- a/rules
+++ b/rules
@@ -3236,6 +3236,7 @@ endif
if [ -e $$LINKS.in ]; then \
sed -e "s/\@LIBSUFFIX\@/$(LIBSUFFIX)/g" \
-e "s#\@OOBASISDIR\@#$(OOBASISDIR)#g" \
+ $(if $(filter textcat,$(SYSTEM_STUFF)),,-e "s#^/usr/share/libtextcat/LM.*$$##") \
< $$LINKS.in > $$LINKS ; \
fi; \
done
--
LibreOffice packaging repository
Reply to: