aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-pd-linux.sh
blob: 7805d2d7e17bb071dbc7e2dc89161e938fa213db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh  

. config-pd-linux.txt

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