network/munge: Fix typo in script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-09 14:58:08 -05:00
parent ae3b036aae
commit f9a39b6807
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ rm -rf $PKG/etc/rc.d/init.d/
# always install it.
#mv $PKG/etc/default/munge $PKG/etc/default/munge.new
rm -f $PKG/etc/default/ # might or might not exist...
rm -rf $PKG/etc/default/ # might or might not exist...
mkdir -p $PKG/etc/default/
cat $CWD/etc.default.munge > $PKG/etc/default/munge.new