aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/build-pd-linux.sh
blob: 421cb6e1eb62d2286393ad51ab541446e51e09f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh  

. config-pd-linux.txt

make -f makefile.pd-linux &&
{ 
	if [ ${INSTPATH} != "" ]; then
		echo Now install as root
		su -c "make -f makefile.pd-linux install"
	fi
}