]> git.armaanb.net Git - asd-repo.git/blob - xorg/libXinerama/build
Restructure repository
[asd-repo.git] / xorg / libXinerama / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --enable-malloc0returnsnull
6
7 make
8 make DESTDIR="$1" install