repo/xorg/libXi/build
2019-10-07 17:04:22 +03:00

9 lines
112 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-malloc0returnsnull
make
make DESTDIR="$1" install