]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
fix regression from d2c9cab9154c0f8e2d953d65cbf162848f30b27d auto/th/rpm-build-macros-1.670-3
authorElan Ruusamäe <glen@delfi.ee>
Sat, 27 Jul 2013 09:21:40 +0000 (12:21 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 27 Jul 2013 09:21:40 +0000 (12:21 +0300)
do you ever test what you commit?!

rpm-build-macros.spec
rpm.macros

index 7c365e9d1380c52312c791263d3119ba187c4083..fd7f13f5060663f52e9272e7f831d346b8a07e7c 100644 (file)
@@ -11,7 +11,7 @@ Summary:      PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
 Name:          rpm-build-macros
 Version:       %{rpm_macros_rev}
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Building
 Source0:       rpm.macros
index 353cc6c1a3a9d84f416b37304696f6ada22f7859..e33b7738d3480410a88d511ad87349f68a7e4c18 100644 (file)
@@ -1995,7 +1995,7 @@ for _, l in pairs(t) do\
 end\
 f = io.open("/etc/shells", "w")\
 if f then\
-       write(s)\
+       f:write(s)\
        f:close()\
 end\
 %{nil}
This page took 3.228044 seconds and 4 git commands to generate.