raggi / openssl-osx-ca

Simple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL
Other
224 stars 24 forks source link

Makefile tries to copy / -r #7

Closed mask8 closed 10 years ago

mask8 commented 10 years ago

when I ran sudo make install /opt/openssl-osx-ca, it ended up with copying all files for some reason. here is output:

$ sudo make install /opt/openssl-osx-ca
Password:
(crontab -l | grep -v openssl-osx-ca) | crontab -
crontab: no crontab for root
echo 

mkdir -p /opt/openssl-osx-ca
cp -r /* /opt/openssl-osx-ca/
raggi commented 10 years ago

That's deliberate. Do you want something else?

raggi commented 10 years ago

Apologies, I misread.