aboutsummaryrefslogtreecommitdiff
path: root/extra/mlocate/build
blob: e641b74ddf34fdb79536e26297779fc286470a66 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

./configure \
	--prefix=/usr \
	--disable-nls

make

make DESTDIR="$1" install