aboutsummaryrefslogtreecommitdiffstats
path: root/cad/yosys-systemverilog/files/install.sh
blob: 7962e5c28942cb2095efdf5e79a350b5984d759f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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