mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 14:19:51 +00:00
Dont run ldconfig.sh in make symstall
This commit is contained in:
parent
c4bc218576
commit
f2fbe58223
1
Makefile
1
Makefile
@ -282,7 +282,6 @@ symstall install-symlink: install-man-symlink install-doc-symlink install-pkgcon
|
||||
cd "$(DESTDIR)$(DATADIR)/radare2/" ;\
|
||||
rm -f last ; ln -fs $(VERSION) last
|
||||
mkdir -p "${DESTDIR}${DATADIR}/radare2/${VERSION}/"
|
||||
$(SHELL) sys/ldconfig.sh
|
||||
$(SHELL) ./configure-plugins --rm-static $(DESTDIR)/$(LIBDIR)/radare2/last/
|
||||
|
||||
deinstall uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user