diff options
author | ache <ache@FreeBSD.org> | 2004-09-03 14:28:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-09-03 14:28:53 +0000 |
commit | 617868778dc536dac587c3b10a0445f8bae79468 (patch) | |
tree | bfd11758e842d1e5ce0adfcf9b2dd673b83a1f82 /share/msgdef | |
parent | 88f6d61362e7e49b7c8daa7d9223b207bd912d28 (diff) | |
download | FreeBSD-src-617868778dc536dac587c3b10a0445f8bae79468.zip FreeBSD-src-617868778dc536dac587c3b10a0445f8bae79468.tar.gz |
Remove "-" before rm -rf
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 2 |
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 |