From 663e1f7dcec49ca6f6d53d69033ce3bd1ed483e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 19 Feb 2015 12:59:23 +0000 Subject: Move libopt morph file to correct location (chef stratum) --- strata/chef.morph | 2 +- strata/chef/libpopt.morph | 10 ++++++++++ strata/core/libpopt.morph | 10 ---------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 strata/chef/libpopt.morph delete mode 100644 strata/core/libpopt.morph diff --git a/strata/chef.morph b/strata/chef.morph index cd969cda..059f8a6a 100644 --- a/strata/chef.morph +++ b/strata/chef.morph @@ -202,7 +202,7 @@ chunks: unpetrify-ref: 1.0.0 build-depends: [] - name: libpopt - morph: strata/core/libpopt.morph + morph: strata/chef/libpopt.morph repo: upstream:libpopt ref: c224abf28f4ff9bbf292908324359cb5905addf8 unpetrify-ref: master diff --git a/strata/chef/libpopt.morph b/strata/chef/libpopt.morph new file mode 100644 index 00000000..ae27432c --- /dev/null +++ b/strata/chef/libpopt.morph @@ -0,0 +1,10 @@ +name: libpopt +kind: chunk +configure-commands: +- autoreconf -if +- ./configure +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install + diff --git a/strata/core/libpopt.morph b/strata/core/libpopt.morph deleted file mode 100644 index ae27432c..00000000 --- a/strata/core/libpopt.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: libpopt -kind: chunk -configure-commands: -- autoreconf -if -- ./configure -build-commands: -- make -install-commands: -- make DESTDIR="$DESTDIR" install - -- cgit v1.2.1