summaryrefslogtreecommitdiff
path: root/unmaintained/strata/openstack-services/tftp-hpa.morph
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/strata/openstack-services/tftp-hpa.morph')
-rw-r--r--unmaintained/strata/openstack-services/tftp-hpa.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/unmaintained/strata/openstack-services/tftp-hpa.morph b/unmaintained/strata/openstack-services/tftp-hpa.morph
index d466d2d4..b8fab451 100644
--- a/unmaintained/strata/openstack-services/tftp-hpa.morph
+++ b/unmaintained/strata/openstack-services/tftp-hpa.morph
@@ -1,5 +1,10 @@
name: tftp-hpa
build-system: autotools
kind: chunk
+configure-commands:
+# There is an autogen.sh script in the tree which doesn't work,
+# so the default commands don't work here.
+- autoreconf -ivf
+- ./configure --prefix="%{prefix}"
install-commands:
- make INSTALLROOT="$DESTDIR" install