From cb628e387f84b004557e4d4cc2de5b3130c8452d Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 10 Jan 2012 12:03:30 +0000 Subject: morph is bzip2 not bz2 --- bz2.morph | 10 ---------- bzip2.morph | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 bz2.morph create mode 100644 bzip2.morph diff --git a/bz2.morph b/bz2.morph deleted file mode 100644 index dd9f37a..0000000 --- a/bz2.morph +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "bz2", - "kind": "chunk", - "build-commands": [ - "make" - ], - "install-commands": [ - "make PREFIX=\"$DESTDIR/usr\" install" - ] -} diff --git a/bzip2.morph b/bzip2.morph new file mode 100644 index 0000000..ab5edfd --- /dev/null +++ b/bzip2.morph @@ -0,0 +1,10 @@ +{ + "name": "bzip2", + "kind": "chunk", + "build-commands": [ + "make" + ], + "install-commands": [ + "make PREFIX=\"$DESTDIR/usr\" install" + ] +} -- cgit v1.2.1