mirror of
https://github.com/radareorg/radare2
synced 2026-08-22 20:23:32 -04:00
* meson install: Add DESTDIR to allow specifying custom install directory * Drop DESTDIR support on Windows Co-authored-by: Khairul Azhar Kasmiran <kazarmy@gmail.com>
3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd "${DESTDIR}/${MESON_INSTALL_PREFIX}/bin" && ln -fs radare2 r2
|