diff options
author | Guillaume Rousse <guillomovitch@mageia.org> | 2012-03-15 18:47:07 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mageia.org> | 2012-03-15 18:47:07 +0000 |
commit | e9a872c7274e583e297963e688116061f6dd3531 (patch) | |
tree | a1e4cc6ea9a017abda64b55c5ba4ce1b04d773b6 | |
parent | e930ae7626f4abfccedfa9f83e576768358ea194 (diff) | |
download | setup-e9a872c7274e583e297963e688116061f6dd3531.tar setup-e9a872c7274e583e297963e688116061f6dd3531.tar.gz setup-e9a872c7274e583e297963e688116061f6dd3531.tar.bz2 setup-e9a872c7274e583e297963e688116061f6dd3531.tar.xz setup-e9a872c7274e583e297963e688116061f6dd3531.zip |
fix svn URLv2.7.19
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PACKAGE = setup VERSION = 2.7.19 -SVNPATH = svn+ssh://svn.mageia.org/soft/$(PACKAGE) +SVNPATH = svn+ssh://svn.mageia.org/svn/soft/$(PACKAGE) LIST = csh.cshrc csh.login host.conf hosts.allow hosts.deny inputrc \ motd printcap protocols securetty services shells profile \ |