how-lix-os-pkgs/gmp/default/inst.sh

5 lines
42 B
Bash
Raw Normal View History

#!/bin/sh -e
make -j1 install
make check