repo/xorg/xf86-video-ati/build
2020-02-09 13:42:27 +02:00

12 lines
140 B
Bash
Executable File

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