aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-07-20 07:54:19 -0600
committerJens Axboe <axboe@kernel.dk>2021-07-20 07:54:19 -0600
commite3ad4f33a7cda4e0b5f86c009e3f587e02830753 (patch)
tree3f122a0523d9c299407be3e161a81d819af187dc
parent5c91cd3eab05bcfe8dd1b7bb324693c931501b8f (diff)
parenta3d0f34df03fb0bebc5ed01b414392f5e4a99cb7 (diff)
downloadliburing-e3ad4f33a7cda4e0b5f86c009e3f587e02830753.tar.gz
Merge branch 'fix-link-for-deb' of https://github.com/foxmox/liburing
* 'fix-link-for-deb' of https://github.com/foxmox/liburing: debian/rules: add missing slash for relativelibdir
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 385755c..1a334b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ install-arch: check-arch
DESTDIR=$(CURDIR)/debian/tmp \
libdir=/lib/$(DEB_HOST_MULTIARCH) \
libdevdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
- relativelibdir=/lib/$(DEB_HOST_MULTIARCH)
+ relativelibdir=/lib/$(DEB_HOST_MULTIARCH)/
binary: binary-indep binary-arch