repo/xorg/xf86-video-vesa/build
2019-10-10 17:10:45 +03:00

10 lines
108 B
Bash
Executable File

#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install