diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-27 15:26:26 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-27 15:26:26 +0300 |
commit | f4f928e4986782488ce25762d002bcfd3f257920 (patch) | |
tree | bd3db1931faa6f30918ad6ebce0eba806132471e | |
parent | 4cab2ead3b8617436c5e9901f3c44f718228d86e (diff) | |
download | attr-f4f928e4986782488ce25762d002bcfd3f257920.tar.gz |
Moved to /usr
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e9e6e5b..32c0654 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) endif LOCAL_CONFIGURE_OPTIONS += \ - --libdir=/lib/$(DEB_HOST_MULTIARCH) \ + --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) build-arch: build |