diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-25 13:15:13 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-04-25 13:15:13 +0000 |
commit | 4ca3b2843b76f5b2b7ae03fa5cbd006c15919916 (patch) | |
tree | 1f5b247cd3241c1aca4577c1f2f527de6f768430 /misc | |
parent | - Update to 9.0-pre4 (diff) |
%D/share/locale/lg is not part of mtree yet, take care of it by hand.
Reported by: kris on behalf of pointyhat
Notes
Notes:
svn path=/head/; revision=134139
Diffstat (limited to 'misc')
-rw-r--r-- | misc/findutils/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/findutils/pkg-plist b/misc/findutils/pkg-plist index dc922a69f693..1a9d8a7598d6 100644 --- a/misc/findutils/pkg-plist +++ b/misc/findutils/pkg-plist @@ -38,3 +38,5 @@ libexec/gbigram %%NLS%%share/locale/tr/LC_MESSAGES/findutils.mo %%NLS%%share/locale/vi/LC_MESSAGES/findutils.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/findutils.mo +%%NLS%%@unexec rmdir %D/share/locale/lg/LC_MESSAGES 2>/dev/null || true +%%NLS%%@unexec rmdir %D/share/locale/lg 2>/dev/null || true |