2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 11:40:21 -07:00
repo/xorg/libxshmfence/build

9 lines
118 B
Plaintext
Raw Normal View History

2019-06-27 11:32:04 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-shared-memory-dir=/dev/shm
make
make DESTDIR="$1" install