diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
commit | d568611c3eb334453c4a0352b61f081a623d72f1 (patch) | |
tree | c3c2e5147c98015eb1ada868e403a08ef31d9123 /mail/spruce | |
parent | Better fix for the problem on AMD64 and Pentium4 since rev1.4. (diff) |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154134
Diffstat (limited to 'mail/spruce')
-rw-r--r-- | mail/spruce/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spruce/pkg-plist b/mail/spruce/pkg-plist index a73efe956b63..7375a6d31d36 100644 --- a/mail/spruce/pkg-plist +++ b/mail/spruce/pkg-plist @@ -12,5 +12,5 @@ bin/spruce %%NLS%%share/locale/sk/LC_MESSAGES/spruce.mo %%NLS%%share/locale/sv/LC_MESSAGES/spruce.mo %%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/spruce.mo -%%NLS%%@unexec rmdir %D/share/locale/ru_RU/LC_MESSAGES 2> /dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/ru_RU 2> /dev/null || true +%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ru_RU |