Remove rasign2 from the list of statically built binaries

This commit is contained in:
pancake 2018-09-14 12:15:15 +02:00
parent c36181df55
commit 75b9f699d8

View File

@ -40,7 +40,7 @@ if [ 1 = "${DOCFG}" ]; then
./configure --prefix="$PREFIX" --with-libr --disable-loadlibs || exit 1
fi
${MAKE} -j 8 || exit 1
BINS="rarun2 rasm2 radare2 ragg2 rabin2 rax2 rahash2 rafind2 rasign2 r2agent radiff2"
BINS="rarun2 rasm2 radare2 ragg2 rabin2 rax2 rahash2 rafind2 r2agent radiff2"
# shellcheck disable=SC2086
for a in ${BINS} ; do
(