aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-21 22:08:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-21 22:08:32 +0000
commit4053a4a28f59456389c51775041937d12b6c2058 (patch)
tree82bd0d9210d273893206796cc2dcf974faea8df7 /Mk
parent18771a8bafc50bcdbc4d434dce03e0d1e9ce75d1 (diff)
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Scripts/check-stagedir.sh17
1 files changed, 16 insertions, 1 deletions
diff --git a/Mk/Scripts/check-stagedir.sh b/Mk/Scripts/check-stagedir.sh
index d8171ebea1bd..194826c7c2a4 100644
--- a/Mk/Scripts/check-stagedir.sh
+++ b/Mk/Scripts/check-stagedir.sh
@@ -261,7 +261,22 @@ while read path; do
case "${path}" in
*.bak) ;;
*.orig) ;;
- #*/info/dir|info/dir) ;;
+ */info/dir|info/dir) ;;
+ lib/X11/fonts/*/fonts.dir) ;;
+ lib/X11/fonts/*/fonts.scale) ;;
+ share/applications/mimeinfo.cache) ;;
+ share/mime/XMLnamespaces) ;;
+ share/mime/aliases) ;;
+ share/mime/generic-icons) ;;
+ share/mime/globs) ;;
+ share/mime/globs2) ;;
+ share/mime/icons) ;;
+ share/mime/magic) ;;
+ share/mime/mime.cache) ;;
+ share/mime/subclasses) ;;
+ share/mime/treemagic) ;;
+ share/mime/types) ;;
+ share/mime/version) ;;
*)
# An orphan was found, return non-zero status
ret=1