mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
Add r2.1 when installing with symstall
##build
This commit is contained in:
parent
49718325fa
commit
0209fd7bda
1
Makefile
1
Makefile
@ -202,6 +202,7 @@ install-man-symlink:
|
||||
cd "${DESTDIR}${MANDIR}/man1" && ln -fs radare2.1 r2.1
|
||||
for FILE in *.7 ; do \
|
||||
ln -fs "${PWD}/man/$$FILE" "${DESTDIR}${MANDIR}/man7/$$FILE" ; done
|
||||
cd "${DESTDIR}${MANDIR}/man1" && ln -fs radare2.1 r2.1
|
||||
|
||||
install-doc:
|
||||
mkdir -p "${DESTDIR}${DOCDIR}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user