[Mofified]

1.修改Makefile,更改配置文件名
This commit is contained in:
fengweihao
2018-06-19 11:34:57 +08:00
parent a9b9607408
commit b79c6a9c29
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ install:
if [ ! -d "/usr/local/bin" ]; then mkdir -p "/usr/local/bin"; fi
if [ ! -d "/usr/local/lib" ]; then mkdir -p "/usr/local/lib"; fi
#
cp -f etc/cert_store.yaml /usr/local/etc/
cp -f etc/cert_store.ini /usr/local/etc/
#
cp -f bin/cert_store /usr/local/bin/
chmod +x /usr/local/bin/cert_store
@@ -16,6 +16,6 @@ update:
uninstall:
rm -f /usr/local/bin/cert_store
rm -rf /usr/local/etc/cert_store.yaml
rm -rf /usr/local/etc/cert_store.ini