[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2.1/experimental r1970: make .lm symlinks explicity, no idea why this fails here but not in 3.2.0, but...



------------------------------------------------------------
revno: 1970
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Sun 2010-05-09 01:29:01 +0200
message:
  make .lm symlinks explicity, no idea why this fails here but not in 3.2.0, but...
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-05-08 14:45:46 +0000
+++ b/rules	2010-05-08 23:29:01 +0000
@@ -3436,7 +3436,7 @@
 	# remove duplicated textcat data and replace with symlinks
 	cd $(PKGDIR)-common/$(OOBASISDIR)/share && \
 	for i in `fdupes -n -f -1 fingerprint/ /usr/share/libtextcat/LM`; do \
-		ln -sf $$i fingerprint/`basename $$i`; \
+		ln -sf /usr/share/libtextcat/LM/`basename $$i` fingerprint/`basename $$i`; \
 	done
 endif
 


Reply to: