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
2019-09-11 07:08:58 +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