package/ca-certificates: drop spurious space
Drop spurious space added by commit
beb24ce2b0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fdef53d420
commit
3365a5680d
@ -22,7 +22,7 @@ define CA_CERTIFICATES_INSTALL_TARGET_CMDS
|
||||
rm -f $(TARGET_DIR)/usr/sbin/update-ca-certificates
|
||||
|
||||
# Remove any existing certificates under /etc/ssl/certs
|
||||
rm -f $(TARGET_DIR)/etc/ssl/certs/*
|
||||
rm -f $(TARGET_DIR)/etc/ssl/certs/*
|
||||
|
||||
# Create symlinks to certificates under /etc/ssl/certs
|
||||
# and generate the bundle
|
||||
|
Loading…
Reference in New Issue
Block a user