megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git] / diffutils / build
blobe04e728ab1be47f55b220f200d1e01a43694cc4a
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --disable-nls
7 make
8 make DESTDIR="$1" install