Remove unnecessary -r flag from rm command
This commit is contained in:
parent
641dbbb42c
commit
fcfcda118e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ VERSION=1
|
|||
|
||||
# Replace nonfree RIPEMD code with free code, also included in Debian
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751879
|
||||
rm -rf generic/ripemd/*
|
||||
rm -f generic/ripemd/*
|
||||
cp $DATA/ripemd/* generic/ripemd
|
||||
|
||||
changelog "Replace nonfree RIPEMD code"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue