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

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.4.3-1-26-g7eed086



The following commit has been merged in the master branch:
commit 7eed0868b20d50c83a59d41d79d6543500e3d63d
Author: Rene Engelhard <rene@debian.org>
Date:   Sat Sep 17 13:12:43 2011 +0200

    fix @ICONVERSION@ substitution...

diff --git a/rules b/rules
index 7797a61..639feb4 100755
--- a/rules
+++ b/rules
@@ -3146,7 +3146,7 @@ endif
 	  if [ -e $$LINKS.in ]; then \
 	    sed -e "s/\@LIBSUFFIX\@/$(LIBSUFFIX)/g" \
 		-e "s#\@OOBASISDIR\@#$(OOBASISDIR)#g" \
-		-e "s#/@ICONVERSION@/$(shell echo $(OOVER) | sed -e "s/\.//g")" \
+		-e "s/@ICONVERSION@/$(shell echo $(OOVER) | sed -e "s/\.//g")/" \
 		< $$LINKS.in > $$LINKS ; \
 	  fi; \
 	done

-- 
LibreOffice packaging repository


Reply to: