repo/xorg/xf86-video-nouveau/build

10 lines
108 B
Plaintext
Raw Normal View History

2019-09-10 22:05:48 -06:00
#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install