summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-linux-api-headers.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-linux-api-headers.morph')
-rw-r--r--strata/build-essential/stage2-linux-api-headers.morph8
1 files changed, 0 insertions, 8 deletions
diff --git a/strata/build-essential/stage2-linux-api-headers.morph b/strata/build-essential/stage2-linux-api-headers.morph
deleted file mode 100644
index 5cbf2f05..00000000
--- a/strata/build-essential/stage2-linux-api-headers.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: stage2-linux-api-headers
-kind: chunk
-install-commands:
-- |
- export ARCH=$(./morph-arch)
- make INSTALL_HDR_PATH=dest headers_install
-- install -d "$DESTDIR${PREFIX-/usr}/include"
-- cp -r dest/include/* "$DESTDIR/${PREFIX-/usr}/include"