]> git.pld-linux.org Git - packages/acl.git/blobdiff - acl.spec
- rel 2; keep custom install-sh
[packages/acl.git] / acl.spec
index b26ae43a645c432f550fcd008b032b048916bab8..36667a90639b1b2fe92cfd248f2acfb801c00ec9 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -2,7 +2,7 @@ Summary:        Command and library for manipulating access control lists
 Summary(pl.UTF-8):     Polecenie i biblioteka do manipulacji listami kontroli dostÄ™pu (ACL)
 Name:          acl
 Version:       2.2.47
-Release:       1
+Release:       2
 License:       LGPL v2+ (library), GPL v2 (utilities)
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/cmd_tars/%{name}_%{version}-1.tar.gz
@@ -70,9 +70,11 @@ Statyczna biblioteka acl.
 rm -f aclocal.m4
 
 %build
+mv install-sh install-custom-sh
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
+mv install-custom-sh install-sh
 %configure \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
        OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
This page took 0.246193 seconds and 4 git commands to generate.