summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-09 17:35:16 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-10-09 17:35:16 +0100
commitaa6b2808e154f063bfe6e65d7676752422594dad (patch)
tree5a61b2fbc4b502572b62dae72d069fb657346c5d
parent44c8f135a06046d54ed733cd9cd962f50093bc5a (diff)
downloadpolychrome-red-master.tar.gz
Fix red, was wrong branchHEADmaster
-rw-r--r--polychrome-red.morph2
1 files changed, 1 insertions, 1 deletions
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\""
]
}