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