qzdl: new package from git
[kiss-trunc88.git] / ostree.mine / build
blobd7369779d6d8e5f73df355f2cab29b5bcd890172
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --disable-gtk-doc \
6 --disable-man \
7 --disable-rofiles-fuse
9 make
10 make DESTDIR="$1" install