From 0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 14 Apr 2014 12:22:53 +0000 Subject: Add chunk morphologies to definitions repository --- chunks/bash.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chunks/bash.morph (limited to 'chunks/bash.morph') diff --git a/chunks/bash.morph b/chunks/bash.morph new file mode 100644 index 00000000..b66564c6 --- /dev/null +++ b/chunks/bash.morph @@ -0,0 +1,10 @@ +name: bash +kind: chunk +repo: upstream:bash +ref: 783c677f45354b0d6df70e552217ecad8481804f +configure-commands: +- ./configure --prefix=/usr --bindir=/bin --without-bash-malloc --with-installed-readline +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1