summaryrefslogtreecommitdiffstats
path: root/share/msgdef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-09-03 14:28:53 +0000
committerache <ache@FreeBSD.org>2004-09-03 14:28:53 +0000
commit617868778dc536dac587c3b10a0445f8bae79468 (patch)
treebfd11758e842d1e5ce0adfcf9b2dd673b83a1f82 /share/msgdef
parent88f6d61362e7e49b7c8daa7d9223b207bd912d28 (diff)
downloadFreeBSD-src-617868778dc536dac587c3b10a0445f8bae79468.zip
FreeBSD-src-617868778dc536dac587c3b10a0445f8bae79468.tar.gz
Remove "-" before rm -rf
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index e10b271..2a7b047 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -100,7 +100,7 @@ all: ${LOCALES:S/$/.out/g}
afterinstall:
.for lang in ${LOCALES}
- -rm -rf ${LOCALEDIR}/${lang}/LC_MESSAGES
+ rm -rf ${LOCALEDIR}/${lang}/LC_MESSAGES
${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \
${LOCALEDIR}/${lang}/LC_MESSAGES
.endfor
OpenPOWER on IntegriCloud