]> git.armaanb.net Git - asd-repo.git/blob - xorg/xf86-video-vesa/build
Restructure repository
[asd-repo.git] / xorg / xf86-video-vesa / build
1 #!/bin/sh -e
2
3 export LDFLAGS="-Wl,-z,lazy"
4
5 ./configure \
6     --prefix=/usr
7
8 make
9 make DESTDIR="$1" install