mirror of
https://github.com/reactos/packmgr.git
synced 2024-11-23 03:49:39 +00:00
Change URL to svn.reactos.org
svn path=/trunk/rosapps/packmgr/; revision=72
This commit is contained in:
parent
3d30413562
commit
1d28488efc
@ -83,7 +83,7 @@ int CreateOptions (TREE* tree)
|
||||
{
|
||||
Log("* Load options.xml from the Internet (Temporary Hack)");
|
||||
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
|
||||
return ERR_OK;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
<options>
|
||||
<source>http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
|
||||
<source>http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
|
||||
</options>
|
Loading…
Reference in New Issue
Block a user