]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- remove %{name} macro from sourceforge url, like http://cvs.pld-linux.org/SPECS...
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Feb 2005 16:09:24 +0000 (16:09 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Feb 2005 16:09:24 +0000 (16:09 +0000)
Changed files:
    adapter.awk -> 1.125

adapter.awk

index 95c55a1bd15e2a4563412dd8400c8c07e8307080..a247e08a0e5ca736ced49f1a26a0efb8e567be67 100644 (file)
@@ -434,6 +434,7 @@ preamble == 1 {
 
                # sourceforge urls
                sub("^http://dl.sourceforge.net/sourceforge/", "http://dl.sourceforge.net/", $2)
+               sub("^http://dl.sourceforge.net/%{name}/", "http://dl.sourceforge.net/"  name "/", $2)
        }
 
 
This page took 0.268673 seconds and 4 git commands to generate.