gplugin/gplugin

Helps if we use the correct subshell invocation
feature/debian-meson
2017-06-06, Gary Kramlich
77a7d4eb5311
Parents 4ee731423dd9
Children 838e3a81d926
Helps if we use the correct subshell invocation
--- a/packaging/debian/rules Tue Jun 06 23:32:27 2017 -0500
+++ b/packaging/debian/rules Tue Jun 06 23:35:15 2017 -0500
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-BUILD_DIR := debian/build-$(dpkg-parsechangelog --show-field distribution)-$(dpkg --print-architecture)
+BUILD_DIR := debian/build-$(shell dpkg-parsechangelog --show-field distribution)-$(shell dpkg --print-architecture)
%:
dh $@