From 477af4edf47de63347618d24d6c2bc54015f827c Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Tue, 30 Dec 2003 15:05:15 +0000 Subject: - fix permissions of some theme files Noticed by: Horio Shoichi Forgot to add in last commit: netchild --- mail/claws-mail/Makefile | 2 ++ mail/sylpheed-claws/Makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'mail') diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 02d81a506ba2..cfc3f93e8622 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -161,6 +161,8 @@ post-install: @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -print | \ ${GREP} -vE '(xvpics|.directory)' | \ ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/ + @${CHMOD} -R a+r ${DATADIR}/themes + @${FIND} ${DATADIR}/themes -type d -print0 | xargs -0 ${CHMOD} a+x .endif @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 02d81a506ba2..cfc3f93e8622 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -161,6 +161,8 @@ post-install: @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && ${FIND} . -print | \ ${GREP} -vE '(xvpics|.directory)' | \ ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DATADIR}/themes/ + @${CHMOD} -R a+r ${DATADIR}/themes + @${FIND} ${DATADIR}/themes -type d -print0 | xargs -0 ${CHMOD} a+x .endif @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin -- cgit v1.2.3