diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/phpbb-tw/pkg-plist | 1 | ||||
-rw-r--r-- | chinese/tatter-tools/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/chinese/phpbb-tw/pkg-plist b/chinese/phpbb-tw/pkg-plist index 6833e24fd0f7..2ab71ad74415 100644 --- a/chinese/phpbb-tw/pkg-plist +++ b/chinese/phpbb-tw/pkg-plist @@ -379,3 +379,4 @@ @dirrmtry %%PHPBBDIR%%/templates/subSilver @dirrmtry %%PHPBBDIR%%/templates @unexec rmdir %D/%%PHPBBDIR%% 2>/dev/null || echo "Note: %D/%%PHPBBDIR%% not empty -- not deleted!" +@dirrmtry www/data diff --git a/chinese/tatter-tools/Makefile b/chinese/tatter-tools/Makefile index 404b8450639f..10bd73833218 100644 --- a/chinese/tatter-tools/Makefile +++ b/chinese/tatter-tools/Makefile @@ -54,7 +54,8 @@ pre-install: ${SED} -e 's|^./||;s|^|${TT_DIR}/|' > ${PLIST} \ && ${FIND} -d * -type d | \ ${SED} -e 's|^|@dirrm ${TT_DIR}/|' >> ${PLIST} \ - && ${ECHO_CMD} @dirrm ${TT_DIR} >> ${PLIST} + && ${ECHO_CMD} @dirrm ${TT_DIR} >> ${PLIST} \ + && ${ECHO_CMD} @dirrmtry ${WWWDOCROOT} >> ${PLIST} do-install: -${MKDIR} ${PREFIX}/${TT_DIR} |