mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
14 lines
211 B
Bash
Executable file
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
|