summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-09 17:11:44 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-09 17:11:44 +0100
commit44c8f135a06046d54ed733cd9cd962f50093bc5a (patch)
tree17fed82b85e75cb615343833b0c0087c543d5480
parente46c7ecb366bb1e650897b30c02e1b2ad83c8760 (diff)
downloadpolychrome-red-44c8f135a06046d54ed733cd9cd962f50093bc5a.tar.gz
Make further change to broken red
-rw-r--r--polychrome-red.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/polychrome-red.morph b/polychrome-red.morph
index 9eab499..14040aa 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 red\n' > \"$DESTDIR/usr/bin/polychrome-red\""
+ "printf '#!/bin/sh\necho broken red\n' > \"$DESTDIR/usr/bin/polychrome-red\""
]
}