From 525975282ce1c6b8c4fb8b6aa41e9253ad29a989 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Mon, 17 Mar 2014 16:42:45 +0000 Subject: Fix error in morph file naming. --- xml-catalog.morph | 6 ++++++ xml-core.morph | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 xml-catalog.morph delete mode 100644 xml-core.morph diff --git a/xml-catalog.morph b/xml-catalog.morph new file mode 100644 index 0000000..34ba030 --- /dev/null +++ b/xml-catalog.morph @@ -0,0 +1,6 @@ +name: xml-catalog +kind: chunk +install-commands: +- make DESTDIR="$DESTDIR" install +post-install-commands: +- ./post-install.sh diff --git a/xml-core.morph b/xml-core.morph deleted file mode 100644 index 1415ffc..0000000 --- a/xml-core.morph +++ /dev/null @@ -1,6 +0,0 @@ -name: xml-core -kind: chunk -install-commands: -- make DESTDIR="$DESTDIR" install -post-install-commands: -- ./post-install.sh -- cgit v1.2.1