Skip to content

Commit

Permalink
Merge branch 'launchpad-fix' into 'master'
Browse files Browse the repository at this point in the history
distro/pkg/deb: use $(shell pwd) to fix LaunchPad fails

See merge request knot/knot-resolver!1575
  • Loading branch information
jruzicka-nic committed Jul 25, 2024
2 parents 931fa18 + 1e6b13a commit 9dcedd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/pkg/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 9dcedd1

Please sign in to comment.