summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-30 10:29:22 +0000
committerBen Brewer <ben.brewer@codethink.co.uk>2012-10-30 10:29:22 +0000
commita60868f6504d3d75789047ff7d746e51695a8756 (patch)
tree44f739e6aab4b6d3f8a9a79e40ab87a02fb3e047
parentbb19c3448106df1391191065ca81f807378bd509 (diff)
downloadbluez-a60868f6504d3d75789047ff7d746e51695a8756.tar.gz
Fixed syntax error in bluez.morph
-rw-r--r--bluez.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluez.morph b/bluez.morph
index 5755371e4..4c2fa2edc 100644
--- a/bluez.morph
+++ b/bluez.morph
@@ -6,5 +6,5 @@
"configure-commands": [
"autoreconf -ivf",
"./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib"
- ],
+ ]
}