]> git.pld-linux.org Git - packages/attr.git/commitdiff
- up to 2.4.43; prevent custom install-sh from being overwrited
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 Jul 2008 02:41:35 +0000 (02:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    attr.spec -> 1.89

attr.spec

index d8ca334e18daf195d4b426832a494b8dc864465f..60727072fa4ff15ac63784d67043cb0e510d5390 100644 (file)
--- a/attr.spec
+++ b/attr.spec
@@ -1,8 +1,8 @@
 Summary:       Utility for managing filesystem extended attributes
 Summary(pl.UTF-8):     Narzędzia do zarządzania rozszerzonymi atrybutami systemu plików
 Name:          attr
-Version:       2.4.41
-Release:       2
+Version:       2.4.43
+Release:       1
 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
@@ -65,10 +65,12 @@ Biblioteki statyczne do korzystania z rozszerzonych atrybutów.
 rm -f aclocal.m4
 
 %build
+mv install-sh install-custom-sh
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 install %{_datadir}/automake/config.* .
+mv install-custom-sh install-sh
 
 %configure \
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
This page took 0.053267 seconds and 4 git commands to generate.