From aa6b2808e154f063bfe6e65d7676752422594dad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Oct 2012 17:35:16 +0100 Subject: Fix red, was wrong branch --- polychrome-red.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polychrome-red.morph b/polychrome-red.morph index 14040aa..9eab499 100644 --- a/polychrome-red.morph +++ b/polychrome-red.morph @@ -4,6 +4,6 @@ "build-system": "manual", "install-commands": [ "install -d \"$DESTDIR/usr/bin\"", - "printf '#!/bin/sh\necho broken red\n' > \"$DESTDIR/usr/bin/polychrome-red\"" + "printf '#!/bin/sh\necho red\n' > \"$DESTDIR/usr/bin/polychrome-red\"" ] } -- cgit v1.2.1