summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-26 11:48:03 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-26 12:08:06 +0000
commit161d70eaa1202e0bda150f21e3d537cc23480772 (patch)
treec14ce4f4c1e759ca159fe20806bc733c360962f3
parent663e1f7dcec49ca6f6d53d69033ce3bd1ed483e8 (diff)
downloaddefinitions-161d70eaa1202e0bda150f21e3d537cc23480772.tar.gz
strata/chef/libpopt: Use default autotools commands instead hardcode them
-rw-r--r--strata/chef/libpopt.morph6
1 files changed, 1 insertions, 5 deletions
diff --git a/strata/chef/libpopt.morph b/strata/chef/libpopt.morph
index ae27432c..6adde30c 100644
--- a/strata/chef/libpopt.morph
+++ b/strata/chef/libpopt.morph
@@ -1,10 +1,6 @@
name: libpopt
kind: chunk
+build-system: autotools
configure-commands:
- autoreconf -if
- ./configure
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
-