mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Run fix-perms at the end of symstall to make umask in vagrant happy
This commit is contained in:
parent
d7e0fcad8f
commit
0aed9703bc
5
Makefile
5
Makefile
@ -233,6 +233,10 @@ install-www:
|
||||
mkdir -p "${DESTDIR}${WWWROOT}"
|
||||
cp -rf shlr/www/* "${DESTDIR}${WWWROOT}"
|
||||
|
||||
fix-perms:
|
||||
chmod 0755 ${DESTDIR}${DATADIR}/radare2
|
||||
chmod 0755 ${DESTDIR}${DATADIR}/radare2/*
|
||||
chmod 0755 ${DESTDIR}${DATADIR}/radare2/*/*
|
||||
|
||||
symstall-www:
|
||||
rm -rf "${DESTDIR}${WWWROOT}"
|
||||
@ -269,6 +273,7 @@ symstall install-symlink: install-man-symlink install-doc-symlink install-pkgcon
|
||||
mkdir -p "${DESTDIR}${DATADIR}/radare2/${VERSION}/"
|
||||
$(SHELL) sys/ldconfig.sh
|
||||
$(SHELL) ./configure-plugins --rm-static $(DESTDIR)/$(LIBDIR)/radare2/last/
|
||||
$(MAKE) fix-perms
|
||||
|
||||
deinstall uninstall:
|
||||
rm -f $(DESTDIR)$(BINDIR)/r2-indent
|
||||
|
Loading…
Reference in New Issue
Block a user