mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-26 22:50:48 +00:00
Add r2book info to generated debs ##doc
This commit is contained in:
parent
5af81cfc1e
commit
3f41b0a055
@ -78,6 +78,11 @@ for a in ${PKGDIR}/usr/lib/radare2/*/* ; do
|
||||
strip --strip-unneeded "$a" 2> /dev/null || true
|
||||
done
|
||||
|
||||
# r2book
|
||||
echo "[debian] download latest r2book info..."
|
||||
wget -P "${PKGDIR}/usr/share/info/" \
|
||||
"https://github.com/radareorg/radare2-book/releases/latest/download/r2book.info.gz"
|
||||
|
||||
# packages
|
||||
echo "[debian] building radare2 package..."
|
||||
$FAKEROOT make -C dist/debian/radare2 ARCH=${ARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user