From d0c108251ae79dcfec055e5a51799df8cbbd955a Mon Sep 17 00:00:00 2001 From: dsomero Date: Fri, 22 Nov 2013 02:37:19 -0500 Subject: various: Update find command to match template. Signed-off-by: dsomero --- desktop/cairo-compmgr/cairo-compmgr.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/cairo-compmgr') diff --git a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild index 6f6fc95209..7e37b9e6f0 100644 --- a/desktop/cairo-compmgr/cairo-compmgr.SlackBuild +++ b/desktop/cairo-compmgr/cairo-compmgr.SlackBuild @@ -46,7 +46,7 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ +find -L . \ -type d -exec chmod 0755 {} \; -o \ -type f -perm /111 -exec chmod 755 {} \; -o \ -type f -exec chmod 644 {} \; -- cgit v1.2.3