]> git.pld-linux.org Git - packages/acl.git/commitdiff
- use proper libdirs
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 00:44:42 +0000 (00:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl.spec -> 1.53

acl.spec

index cbbad62061f80ee082379fe65c8117592d19f235..de3db6f7aed536d6bbfcca3858b00f3bf58cccd7 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -17,8 +17,8 @@ Requires:     attr >= 2.4.12
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir         /bin
-%define                _libdir         /lib
-%define                _libexecdir     /usr/lib
+%define                _libdir         /%{_lib}
+%define                _libexecdir     /usr/%{_lib}
 
 %description
 A command (chacl) and a library (libacl) to manipulate POSIX access
This page took 0.13007 seconds and 4 git commands to generate.