mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-09-14 16:02:18 +00:00
Merge pull request #270 from shaolinfry/libbitcoin
Litecoin: Exclude libbitcoin from binary distribution
This commit is contained in:
commit
d31732f702
@ -173,6 +173,12 @@ script: |
|
|||||||
find . -name "lib*.la" -delete
|
find . -name "lib*.la" -delete
|
||||||
find . -name "lib*.a" -delete
|
find . -name "lib*.a" -delete
|
||||||
rm -rf ${DISTNAME}/lib/pkgconfig
|
rm -rf ${DISTNAME}/lib/pkgconfig
|
||||||
|
|
||||||
|
# Litecoin: Delete libbitcoin from binary distribution for now, see #192
|
||||||
|
rm -rf ${DISTNAME}/lib/
|
||||||
|
rm -rf ${DISTNAME}/include/
|
||||||
|
# Litecoin: ends
|
||||||
|
|
||||||
find ${DISTNAME}/bin -type f -executable -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
|
find ${DISTNAME}/bin -type f -executable -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
|
||||||
find ${DISTNAME}/lib -type f -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
|
find ${DISTNAME}/lib -type f -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
|
||||||
find ${DISTNAME} -not -name "*.dbg" | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}.tar.gz
|
find ${DISTNAME} -not -name "*.dbg" | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user