gitian: copy config file

This commit is contained in:
wowario 2023-01-25 19:27:45 +03:00
parent d1387cbadc
commit 6e1158eaa4
No known key found for this signature in database
GPG key ID: 793504B449C69220
6 changed files with 78 additions and 9 deletions

View file

@ -108,8 +108,8 @@ script: |
cmake .. -DCMAKE_TOOLCHAIN_FILE=${BASEPREFIX}/${i}/share/toolchain.cmake
make ${MAKEOPTS}
chmod 755 bin/*
cp ../LICENSE ../README.md ../docs/ANONYMITY_NETWORKS.md bin
chmod 644 bin/LICENSE bin/*.md
cp ../utils/conf/wow.conf bin
chmod 644 bin/wow.conf
DISTNAME=monero-${i}-${version}
mv bin ${DISTNAME}
find ${DISTNAME}/ | sort | tar --no-recursion --owner=0 --group=0 -c -T - | bzip2 -9 > ${OUTDIR}/${DISTNAME}.tar.bz2