Commit 5164d990 authored by Tollef Fog Heen's avatar Tollef Fog Heen Committed by Tollef Fog Heen

Make is not shell

parent 9fa6ed42
......@@ -2,7 +2,7 @@
export DH_VERBOSE=1
VARNISHSRC = $(DEBIAN_VARNISH_SRC)
VMODDIR = "$(PKG_CONFIG_PATH="$(VARNISHSRC) pkg-config --variable=vmoddir varnishapi)"
VMODDIR = $(shell PKG_CONFIG_PATH="$(VARNISHSRC) pkg-config --variable=vmoddir varnishapi)
override_dh_auto_configure:
dh_auto_configure VMODDIR="$(VMODDIR)" VARNISHSRC="$(VARNISHSRC)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment