diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 01:55:36 +0000 |
commit | e33233f948fa75569942bda3f34c065ad24f1576 (patch) | |
tree | 7b858f4e784b4f518405b5a934eaa29ec91c8256 /devel/baz | |
parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154110
Diffstat (limited to 'devel/baz')
-rw-r--r-- | devel/baz/pkg-plist | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/devel/baz/pkg-plist b/devel/baz/pkg-plist index 75120f5fc799..73df136029b8 100644 --- a/devel/baz/pkg-plist +++ b/devel/baz/pkg-plist @@ -24,15 +24,15 @@ share/locale/nl_BE/LC_MESSAGES/bazaar.mo share/locale/pt_BR/LC_MESSAGES/bazaar.mo share/locale/pt_PT/LC_MESSAGES/bazaar.mo share/locale/zh_CN/LC_MESSAGES/bazaar.mo -@unexec rmdir %D/share/locale/nl_BE/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/nl_BE 2>/dev/null || true -@unexec rmdir %D/share/locale/it_IT/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/it_IT 2>/dev/null || true -@unexec rmdir %D/share/locale/fr_FR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fr_FR 2>/dev/null || true -@unexec rmdir %D/share/locale/fr_BE/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fr_BE 2>/dev/null || true -@unexec rmdir %D/share/locale/es_AR/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/es_AR 2>/dev/null || true -@unexec rmdir %D/share/locale/en_AU/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/en_AU 2>/dev/null || true +@dirrmtry share/locale/nl_BE/LC_MESSAGES +@dirrmtry share/locale/nl_BE +@dirrmtry share/locale/it_IT/LC_MESSAGES +@dirrmtry share/locale/it_IT +@dirrmtry share/locale/fr_FR/LC_MESSAGES +@dirrmtry share/locale/fr_FR +@dirrmtry share/locale/fr_BE/LC_MESSAGES +@dirrmtry share/locale/fr_BE +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en_AU/LC_MESSAGES +@dirrmtry share/locale/en_AU |