diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kde-icons-noia/Makefile.icons | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons index d328735eda75..06626b046226 100644 --- a/x11-themes/kde-icons-noia/Makefile.icons +++ b/x11-themes/kde-icons-noia/Makefile.icons @@ -26,6 +26,7 @@ RESTRICTED?= It may contain iconic, visual, graphical or other\ INDEX_FILES= index.desktop index.theme # do not create some dirs +PLIST_DIR_PATTERN= -v ^\.$$ PLIST_DIR_PATTERN_EXTRA?= ^\./ # do not install some files @@ -47,6 +48,7 @@ post-patch: annotate-install: # annotate dirs @cd ${WRKSRC} ; ${FIND} . -type d ! -empty \ + | ${GREP} -E ${PLIST_DIR_PATTERN} \ | ${GREP} -E ${PLIST_DIR_PATTERN_EXTRA} \ | ${SORT} -r \ > ${WRKDIR}/dirs.list |