]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- don't replace 'cp -pR' with 'install' line
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Feb 2005 22:55:03 +0000 (22:55 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Feb 2005 22:55:03 +0000 (22:55 +0000)
Changed files:
    adapter.awk -> 1.129

adapter.awk

index 9861d44cf20bb403759ee9ebce1bc5c3d2a43f7a..174431cc8ae7d32638ae8b834b2545c3fe7cef27 100644 (file)
@@ -233,7 +233,7 @@ defattr == 1 {
                sub(/mkdir -p/, "install -d")
 
        # 'install' instead 'cp -p'
-       if (/cp -p/)
+       if (/cp -p\b/)
                sub(/cp -p/, "install")
 
        # No '-u root' or '-g root' for 'install'
This page took 0.13871 seconds and 4 git commands to generate.