summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 14:36:18 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 14:36:18 +0000
commit5e5c71c69a01d6588862af0ffbcb4cbe6f0c1758 (patch)
tree55e0b37b083163057822b2fb8c1a8a8c18f356ab
parent5b7c6cc33d83c64e813c210e661be789ced19674 (diff)
downloadbash-5e5c71c69a01d6588862af0ffbcb4cbe6f0c1758.tar.gz
Set --bindir configure option so bash is installed in /bin
-rw-r--r--bash.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash.morph b/bash.morph
index 1278e15a..45e2fc0f 100644
--- a/bash.morph
+++ b/bash.morph
@@ -2,7 +2,7 @@
"name": "bash",
"kind": "chunk",
"configure-commands": [
- "./configure --prefix=/usr --without-bash-malloc --with-installed-readline"
+ "./configure --prefix=/usr --bindir=/bin --without-bash-malloc --with-installed-readline"
],
"build-commands": [
"make"