Skip to content

Commit

Permalink
Fix ldconfig.sh issue on Termux
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 14, 2017
1 parent 62b13b9 commit 159adf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ install love: install-doc install-man install-www
ln -fs "${PWD}/sys/r2-docker.sh" "${DESTDIR}${BINDIR}/r2-docker"
cp -f doc/hud "${DESTDIR}${DATADIR}/radare2/${VERSION}/hud/main"
mkdir -p "${DESTDIR}${DATADIR}/radare2/${VERSION}/"
sys/ldconfig.sh
$(SHELL) sys/ldconfig.sh
./configure-plugins --rm-static $(DESTDIR)/$(LIBDIR)/radare2/last/

# Remove make .d files. fixes build when .c files are removed
Expand Down Expand Up @@ -260,7 +260,7 @@ symstall install-symlink: install-man-symlink install-doc-symlink install-pkgcon
rm -f last ; ln -fs $(VERSION) last
ln -fs "${PWD}/doc/hud" "${DESTDIR}${DATADIR}/radare2/${VERSION}/hud/main"
mkdir -p "${DESTDIR}${DATADIR}/radare2/${VERSION}/"
sys/ldconfig.sh
$(SHELL) sys/ldconfig.sh
./configure-plugins --rm-static $(DESTDIR)/$(LIBDIR)/radare2/last/

deinstall uninstall:
Expand Down
2 changes: 1 addition & 1 deletion sys/shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fileslist=(

FMT=gcc
if [ -n "${SHELLCHECK_XML}" ]; then
FMT=checkstyle
FMT=checkstyle
fi
SHCHK="shellcheck --format=${FMT}"

Expand Down

0 comments on commit 159adf4

Please sign in to comment.