]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- if /bin/sh is not removed it shouldn't be added either
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Oct 2007 02:11:02 +0000 (02:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  besides this pkg doesn't have it in %files

Changed files:
    mksh.spec -> 1.4

mksh.spec

index 4b34aa49e6f900a8dca55b00c04b8891e0d224b5..1fcb7264a922af75ad94925285a0c440a09e50fb 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -52,7 +52,7 @@ if f then
        for l in f:lines() do t[l]=l; end
        f:close()
 end
-for _, s in ipairs({"/bin/mksh", "/bin/sh"}) do
+for _, s in ipairs({"/bin/mksh"}) do
        if not t[s] then
                f = io.open("/etc/shells", "a"); f:write(s.."\n"); f:close()
        end
This page took 0.048345 seconds and 4 git commands to generate.