]> git.armaanb.net Git - asd-repo.git/blob - extra/libexif/build
Adapt for asd linux
[asd-repo.git] / extra / libexif / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --disable-nls \
6     ac_cv_path_DOXYGEN=false
7
8 make
9 make DESTDIR="$1" install