From 9c7779c34a68b16e9caaee69d2e2ca2292d3bda7 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 12 Mar 2014 19:59:33 +0100 Subject: [PATCH] [PATCH] Fix quoting --- bin/duneproject | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/duneproject b/bin/duneproject index 81113a87f..73eb78106 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -524,8 +524,8 @@ Version: @VERSION@ Description: $MODULE module URL: http://dune-project.org/ Requires: ${DEPENDENCIES} -Libs: -L${libdir} -Cflags: -I${includedir} +Libs: -L\${libdir} +Cflags: -I\${includedir} CC_DELIM echo " Please remember to update your $PROJECT/$MODULE.pc.in," echo " Description and URL are missing right now." -- GitLab