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

7 lines
123 B
Bash
Executable File

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