diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-30 15:05:15 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-30 15:05:15 +0000 |
commit | 477af4edf47de63347618d24d6c2bc54015f827c (patch) | |
tree | 19aea828e3a02ad60859a518c9d8a6ec10a5d8cd /mail | |
parent | a194c9df9d53e7eefaab7ade394676abfacd9ba2 (diff) | |
download | ports-477af4edf47de63347618d24d6c2bc54015f827c.tar.gz ports-477af4edf47de63347618d24d6c2bc54015f827c.zip |
- fix permissions of some theme files
Noticed by: Horio Shoichi <horio@bugsgrief.net>
Forgot to add in last commit: netchild
Notes
Notes:
svn path=/head/; revision=96955
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
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 |