]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- revision up to 2, autoconf-2_13-2
authorkloczek <kloczek@pld-linux.org>
Mon, 1 Mar 1999 12:34:39 +0000 (12:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetic fix in %preun to be sh posix compiliant.

Changed files:
    autoconf.spec -> 1.7

autoconf.spec

index 7b97ccbc0520a4585f50b4a717c84caf4a8ee05a..ed141f39c45623ab4fa79b510b64142cba96d97b 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GNU autoconf - source configuration tools
 Summary(pl):   GNU autoconf - narzêdzie do automatycznego konfigurowania ¼róde³
 Name:          autoconf
 Version:       2.13
-Release:       1d
+Release:       2
 Copyright:     GPL
 Group:         Development/Building
 Group(pl):     Programowanie/Budowanie
@@ -61,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/install-info /usr/info/autoconf.info.gz /etc/info-dir
 
 %preun
-if [ $1 = 0 ]; then
+if [ "$1" = "0" ]; then
        /sbin/install-info --del /usr/info/autoconf.info.gz /etc/info-dir
 fi
 
This page took 0.245969 seconds and 4 git commands to generate.