diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-15 22:40:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-15 22:40:31 +0000 |
commit | 5d4d1b66042c9c736004f20c9f55d14458c4d55e (patch) | |
tree | 142cf371596cab1a5eb600bb6c21cb785f8c790b /Keywords | |
parent | 8140ed7af41ed1d1812787df541cde17c57e2e6f (diff) |
Notes
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/pkg_install.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Keywords/pkg_install.awk b/Keywords/pkg_install.awk index ac1d24c16cf8..0ade65f02668 100644 --- a/Keywords/pkg_install.awk +++ b/Keywords/pkg_install.awk @@ -64,7 +64,7 @@ $1 == "@fcfontsdir" { print "@unexec mkfontscale %D/" font_dir " 2>/dev/null || true" print "@unexec if [ -e %D/%@/fonts.scale -a \"`stat -f '%%z' %D/" font_dir "/fonts.scale 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.scale ; fi" print "@unexec mkfontdir %D/" font_dir " 2>/dev/null || true" - print "@unexec if [ -e %D/" font_dir "/fonts.dir -a `\"`stat -f '%%z' %D/" font_dir "/fonts.dir 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.dir ; fi" + print "@unexec if [ -e %D/" font_dir "/fonts.dir -a \"`stat -f '%%z' %D/" font_dir "/fonts.dir 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.dir ; fi" print "@unexec rmdir %D/"font_dir" 2>/dev/null || true" print "@comment end " $0 next |