repo/xorg/xf86-video-amdgpu/build
2019-09-11 07:02:27 +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