repo/xorg/xf86-video-vesa/build

10 lines
108 B
Plaintext
Raw Normal View History

2019-10-10 14:10:45 +00:00
#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install