summaryrefslogtreecommitdiffstats
path: root/distro
diff options
context:
space:
mode:
authorJakub Ružička <jakub.ruzicka@nic.cz>2024-07-25 13:35:14 +0200
committerJakub Ružička <jakub.ruzicka@nic.cz>2024-07-25 13:36:30 +0200
commit1e6b13a78d429805f50b9e51e883af8dc9c19754 (patch)
tree6b17e37a0e04e50c4ac49dfcaec53eed0b0f4402 /distro
parentMerge branch 'release-6.0.8' into 'master' (diff)
downloadknot-resolver-1e6b13a78d429805f50b9e51e883af8dc9c19754.tar.xz
knot-resolver-1e6b13a78d429805f50b9e51e883af8dc9c19754.zip
distro/pkg/deb: use $(shell pwd) to fix LaunchPad fails
Diffstat (limited to 'distro')
-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}" \