repo/libpciaccess/build

10 lines
189 B
Text
Raw Normal View History

2021-08-27 17:39:18 +03:00
wget https://x.org/releases/individual/lib/libpciaccess-0.16.tar.bz2
tar -xf libpciaccess-0.16.tar.bz2
cd libpciaccess-0.16
./configure \
--prefix=/usr
make
make DESTDIR="$1" install