2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/xorg/xf86-video-ati/build
2020-02-14 19:01:35 +02:00

12 lines
140 B
Bash
Executable File

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