This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
radare2
Watch
1
Star
0
Fork
You've already forked radare2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5054382ec2
radare2
/
sys
/
create_r2.sh
4 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
meson install: Create shortcut/symlink to radare2 (#17463)
2020-08-18 18:22:17 +08:00
#!/bin/sh
meson install: Add DESTDIR to sys/create_r2.sh to allow specifying custom install directory (#17490) * meson install: Add DESTDIR to allow specifying custom install directory * Drop DESTDIR support on Windows Co-authored-by: Khairul Azhar Kasmiran <kazarmy@gmail.com>
2020-08-19 19:58:58 +08:00
cd
"
${
DESTDIR
}
/
${
MESON_INSTALL_PREFIX
}
/bin
"
&&
ln -fs radare2 r2