]> git.armaanb.net Git - asd-repo.git/blob - xorg/libxcb/build
Adapt for asd linux
[asd-repo.git] / xorg / libxcb / build
1 #!/bin/sh -e
2
3 sed -i 's/pthread-stubs //' configure
4
5 ./configure \
6     --prefix=/usr
7
8 make
9 make DESTDIR="$1" install