[libreoffice] 02/03: ignore (link-doc) symlinks at chmod...

Rene Engelhard rene at moszumanska.debian.org
Sat Oct 14 15:49:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit c2702075555afbaa108270fc227c88cce49eeeee
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sat Oct 14 17:28:18 2017 +0200

    ignore (link-doc) symlinks at chmod...
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index b6952d1..2bde5d2 100755
--- a/rules
+++ b/rules
@@ -3313,7 +3313,7 @@ ifeq "$(BUILD_DBGSYM_PACKAGES)" "y"
 	#	chmod go=rX,u+rw,a-s {} +"
 	#16:29 < nthykier> Should be faster and is the same expression as used by 
 	#	dh_fixperms
-	find debian/$(CORE_DBG_ROOT) debian/$(UNO_LIBS_DBG_ROOT) debian/$(WRITER_DBG_ROOT) -exec chmod go=rX,u+rw,a-s {} +
+	find debian/$(CORE_DBG_ROOT) debian/$(UNO_LIBS_DBG_ROOT) debian/$(WRITER_DBG_ROOT) ! -type l -exec chmod go=rX,u+rw,a-s {} +
 endif
 	dh_icons -a
 	dh_compress -a -X.py -X.mk -X.sxd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list