]> git.pld-linux.org Git - packages/nfs4-acl-tools.git/commitdiff
- fixed development library installation, release 2 master auto/th/nfs4-acl-tools-0.3.5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Aug 2018 17:08:40 +0000 (19:08 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Aug 2018 17:08:40 +0000 (19:08 +0200)
nfs4-acl-tools.spec

index 9b414f7471a40bb5e44fc02d048546ca6a377428..46bce9fbcc6b2680f15e352c8b6493c7f2a8e0ad 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Command line ACL utilities for the Linux NFSv4 client
 Summary(pl.UTF-8):     Narzędzia linii poleceń do ACL dla linuksowego klienta NFSv4
 Name:          nfs4-acl-tools
 Version:       0.3.5
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/System
 Source0:       http://linux-nfs.org/~bfields/nfs4-acl-tools/%{name}-%{version}.tar.gz
@@ -38,7 +38,9 @@ Pliki nagłówkowe i biblioteka statyczna libnfs4acl.
 %build
 %{__aclocal} -I m4
 %{__autoconf}
-%configure
+# libexecdir is used for library installation
+%configure \
+       --libexecdir=%{_libdir}
 # --enable-shared (broken as of 0.3.5, missing "exports" file)
 %{__make} \
        LIBTOOL="libtool --tag=CC" \
This page took 0.077842 seconds and 4 git commands to generate.