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