how-lix-os-pkgs/expat/default/make.sh

7 lines
101 B
Bash
Executable File

#!/bin/sh
# expat keeps its sources one layer deeper than other packages.
cd expat
make -j$(nproc)