summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-09-25 12:42:58 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-09-25 12:42:58 +0100
commitf082abe29d78b24fa66dd1c405eb234fcebf15f2 (patch)
tree9aff2d8cefb1cabdd6eab5d52e4ee43f5cb59d1c
parentb663031bd55f07c03697d31f32914c58b16341aa (diff)
downloadpolychrome-green-f082abe29d78b24fa66dd1c405eb234fcebf15f2.tar.gz
Fix
-rw-r--r--polychrome-green.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/polychrome-green.morph b/polychrome-green.morph
index 513309b..6096af8 100644
--- a/polychrome-green.morph
+++ b/polychrome-green.morph
@@ -4,6 +4,6 @@
"build-system": "manual",
"install-commands": [
"install -d \"$DESTDIR/usr/bin\"",
- "printf '#!/bin/sh\necho green\n' > \"$DESTDIR/usr/bin/polychrome-red\""
+ "printf '#!/bin/sh\necho green\n' > \"$DESTDIR/usr/bin/polychrome-green\""
]
}