2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/xorg/xf86-video-intel/build
2019-10-07 17:04:22 +03:00

14 lines
178 B
Bash
Executable File

#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
autoreconf -i
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--with-default-dri=3
make
make DESTDIR="$1" install