From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- strata/build-essential/linux-api-headers.morph | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 strata/build-essential/linux-api-headers.morph (limited to 'strata/build-essential/linux-api-headers.morph') diff --git a/strata/build-essential/linux-api-headers.morph b/strata/build-essential/linux-api-headers.morph new file mode 100644 index 00000000..d28b0905 --- /dev/null +++ b/strata/build-essential/linux-api-headers.morph @@ -0,0 +1,7 @@ +name: linux-api-headers +kind: chunk +install-commands: +- make mrproper +- ARCH=$(./morph-arch) make INSTALL_HDR_PATH=dest headers_install +- install -d "$DESTDIR${PREFIX-/usr}/include" +- cp -r dest/include/* "$DESTDIR/${PREFIX-/usr}/include" -- cgit v1.2.1