]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- 1.670; fix macro auto/th/rpm-build-macros-1.670-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Jul 2013 11:59:02 +0000 (13:59 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Jul 2013 11:59:02 +0000 (13:59 +0200)
rpm-build-macros.spec
rpm.macros

index 4621da6715d42e9dedcdd6c2239586884d0c4225..8395308e9c6798553cfc55d080cf9fac4600b58f 100644 (file)
@@ -5,7 +5,7 @@
 %if "%{pld_release}" == "ac"
 %define        with_rpm4       1
 %endif
-%define                rpm_macros_rev  1.669
+%define                rpm_macros_rev  1.670
 %define                find_lang_rev   1.36
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
index 843f44b51a1dc4a6df6a8aef5f1626851357c199..32af5f2b469ea57dcdf19dbde4c81ff223bbc387 100644 (file)
@@ -1969,7 +1969,7 @@ end\
 for _, s in ipairs({%{expand:%%__lua_split %*}}) do\
        if not t[s] then\
                print("Adding "..s.." to /etc/shells")\
-               f = io.open("/etc/shells", "a")
+               f = io.open("/etc/shells", "a")\
                if f then\
                        f:write(s.."\\n")\
                        f:close()\
This page took 0.250269 seconds and 4 git commands to generate.