aboutsummaryrefslogtreecommitdiff
path: root/extra/entr/build
blob: 6f711c250d5355c41944a3919ab348228e188a1d (plain)
1
2
3
4
5
6
#!/bin/sh -e

./configure
cp Makefile.linux Makefile
make
make DESTDIR="$1" PREFIX=/usr install