summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdistro/pkg/deb/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules
index 6677ff6a..037d7663 100755
--- a/distro/pkg/deb/rules
+++ b/distro/pkg/deb/rules
@@ -41,7 +41,7 @@ override_dh_auto_build:
dh_auto_build --buildsystem=pybuild --sourcedirectory manager
override_dh_auto_install:
- DESTDIR="${PWD}/debian/tmp" ninja -v -C build_deb install
+ DESTDIR="$(shell pwd)/debian/tmp" ninja -v -C build_deb install
PYBUILD_NAME=knot_resolver PYBUILD_DESTDIR="$${PYKRES_DESTDIR}" \
dh_auto_install --buildsystem=pybuild --sourcedirectory build_deb/python
PYBUILD_NAME=knot_resolver_manager PYBUILD_DESTDIR="$${PYKRES_DESTDIR}" \