From 28c0cb385380ae3f956813068c741ab3e54f0ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 19 Feb 2015 13:00:38 +0000 Subject: Move sgdisk morph file to correct location (chef stratum) --- strata/chef.morph | 2 +- strata/chef/sgdisk.morph | 7 +++++++ strata/core/sgdisk.morph | 7 ------- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 strata/chef/sgdisk.morph delete mode 100644 strata/core/sgdisk.morph diff --git a/strata/chef.morph b/strata/chef.morph index 059f8a6a..9105a2e0 100644 --- a/strata/chef.morph +++ b/strata/chef.morph @@ -208,7 +208,7 @@ chunks: unpetrify-ref: master build-depends: [] - name: sgdisk - morph: strata/core/sgdisk.morph + morph: strata/chef/sgdisk.morph repo: upstream:sgdisk ref: a920398fa393f9d6301b32b191bc01e086ab8bc8 unpetrify-ref: master diff --git a/strata/chef/sgdisk.morph b/strata/chef/sgdisk.morph new file mode 100644 index 00000000..e792f9d9 --- /dev/null +++ b/strata/chef/sgdisk.morph @@ -0,0 +1,7 @@ +name: sgdisk +kind: chunk +build-commands: +- make +install-commands: +- install -D -m 0755 -o root -g root sgdisk "$DESTDIR$PREFIX/bin/sgdisk" + diff --git a/strata/core/sgdisk.morph b/strata/core/sgdisk.morph deleted file mode 100644 index e792f9d9..00000000 --- a/strata/core/sgdisk.morph +++ /dev/null @@ -1,7 +0,0 @@ -name: sgdisk -kind: chunk -build-commands: -- make -install-commands: -- install -D -m 0755 -o root -g root sgdisk "$DESTDIR$PREFIX/bin/sgdisk" - -- cgit v1.2.1