2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
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