From d74a62d7634bff0c15275018ae9ba94f882bcaf0 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 11 Jan 2013 09:52:33 +0000 Subject: Rename morphology to mini-utils --- mini-utils.morph | 9 +++++++++ posix-mini.morph | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 mini-utils.morph delete mode 100644 posix-mini.morph diff --git a/mini-utils.morph b/mini-utils.morph new file mode 100644 index 0000000..315e3f4 --- /dev/null +++ b/mini-utils.morph @@ -0,0 +1,9 @@ +{ + "name": "mini-utils", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [], + "install-commands": [ + "make PREFIX=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install" + ] +} diff --git a/posix-mini.morph b/posix-mini.morph deleted file mode 100644 index 61554f2..0000000 --- a/posix-mini.morph +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "posix-mini", - "kind": "chunk", - "build-system": "autotools", - "configure-commands": [], - "install-commands": [ - "make PREFIX=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install" - ] -} -- cgit v1.2.1