mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +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)");
|
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;
|
return ERR_OK;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<options>
|
<options>
|
||||||
<source>http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
|
<source>http://svn.reactos.org/svn/*checkout*/reactos/trunk/rosapps/packmgr/tree/</source>
|
||||||
</options>
|
</options>
|
Loading…
Add table
Add a link
Reference in a new issue