summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2012-10-30 10:29:22 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2012-12-13 11:02:27 +0000
commita858b268f5d44de1b28e7ea10c678e1fbb18431b (patch)
treeb02321e0a913a478d50c62077cfb1bbe9b9a7454
parent5023120afe1105ea56e836db687a0aab343ea142 (diff)
downloadbluez-a858b268f5d44de1b28e7ea10c678e1fbb18431b.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"
- ],
+ ]
}