diff options
-rw-r--r-- | lcms2.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcms2.morph b/lcms2.morph index 18f9e56..9134555 100644 --- a/lcms2.morph +++ b/lcms2.morph @@ -4,6 +4,6 @@ "build-system": "autotools", "configure-commands": [ "autoreconf -ivf", - "./configure --prefix=\"$PREFIX\" + "./configure --prefix=\"$PREFIX\"" ] } |