diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-09-05 02:50:08 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-09-05 02:50:08 +0000 |
commit | 6b7191424a48dd861cff313dcfde71747c4709c2 (patch) | |
tree | 5e739af21eae3cb80242144aacd510557cad5b8b /debian/rules | |
parent | f40d2d332da8443916cab0c4e2edb06b94652e79 (diff) | |
download | libelf-6b7191424a48dd861cff313dcfde71747c4709c2.tar.gz |
Move all under /usr
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 75fcb3d..0fe9e99 100755 --- a/debian/rules +++ b/debian/rules @@ -6,12 +6,7 @@ include /usr/share/dpkg/architecture.mk multi_CC := -m32 multi_libdir := /usr/lib32 -ifeq (illumos,$(DEB_HOST_ARCH_OS)) - # runtime linker used to be dynamically linked to libelf: - libdir := /lib/$(DEB_HOST_MULTIARCH) -else - libdir := /usr/lib/$(DEB_HOST_MULTIARCH) -endif +libdir := /usr/lib/$(DEB_HOST_MULTIARCH) %: dh $@ |