[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

@@ -69,7 +69,7 @@ tarball: cert_store
if [ ! -d "package/etc" ]; then mkdir -p "package/etc"; fi
cp cert_store package/bin/cert_store
#cp ../lib/*.a package/lib/
cp ../conf/cert_store.yaml package/etc/
cp ../conf/cert_store.ini package/etc/
cd package && tar cpfz cert_store-$(BUILD_FINGERPRINT2).tar.gz bin etc lib Makefile
cd ..
mv package/cert_store-$(BUILD_FINGERPRINT2).tar.gz ../release/