mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Update the hardcoded ViewCVS URL. Now packmgr works on the bootcd.
svn path=/trunk/; revision=23529
This commit is contained in:
parent
e2f4a9bdf8
commit
844073d973
2 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ int CreateOptions (TREE* tree)
|
|||
{
|
||||
Log("* Load options.xml from the Internet (Temporary Hack)");
|
||||
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.org/svn/*checkout*/reactos/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
|
||||
return ERR_OK;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<options>
|
||||
<source>http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
|
||||
</options>
|
||||
<source>http://svn.reactos.org/svn/*checkout*/reactos/trunk/rosapps/packmgr/tree/</source>
|
||||
</options>
|
||||
|
|
Loading…
Reference in a new issue