opnsense-ports/cad/yosys-systemverilog/files/install.sh
Franco Fichtner 9d00b3d1d4 */*: sync with upstream
Taken from: FreeBSD
2023-06-07 03:55:39 +02:00

14 lines
211 B
Bash
Executable file

#!/bin/sh
##
## workaround for
## * https://github.com/chipsalliance/yosys-f4pga-plugins/issues/527
##
##
if [ "$1" != "-D" ]; then
exit 1
fi
#/usr/bin/install -m 0644 $2 ${DESTDIR}$3
/usr/bin/install $2 $3