From 1c5a2ce03ff21330aacd43402458bc62af459c6d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Oct 2012 17:35:34 +0100 Subject: Make sure the installed red says its from broken --- polychrome-red.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polychrome-red.morph b/polychrome-red.morph index dc1926f..8831557 100644 --- a/polychrome-red.morph +++ b/polychrome-red.morph @@ -7,6 +7,6 @@ ], "install-commands": [ "install -d \"$DESTDIR/usr/bin\"", - "printf '#!/bin/sh\necho red\n' > \"$DESTDIR/usr/bin/polychrome-red\"" + "printf '#!/bin/sh\necho broken red\n' > \"$DESTDIR/usr/bin/polychrome-red\"" ] } -- cgit v1.2.1