summaryrefslogtreecommitdiff
blob: a3d273ad8682c534461767f84f76005dfbd89d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- upm-0.85/standard.def.jj	2002-12-27 15:39:29.000000000 +0000
+++ upm-0.85/standard.def	2002-12-27 15:39:37.000000000 +0000
@@ -42,8 +42,8 @@
 
 # UserIDs for access to metadata and building
 # uPM will build as root if these are commented out.
-upmuser=upm
-builduser=build
+upmuser=portage
+builduser=portage
 
 [mirror]
 # List of mirrors to be used using S @<mirrorname>/path P @<mirrorname>/path
--- upm-0.85/upm.c.jj	2002-12-27 16:16:37.000000000 +0000
+++ upm-0.85/upm.c	2002-12-27 16:17:00.000000000 +0000
@@ -4509,7 +4509,7 @@
         if (!mdep_install(m)) { error("%s: Failed to build necessary components",p->name);goto buildfail; }
       }
     }
-    if (base==NULL && p->base==FALSE) { error("%s: Cannot build without a base package.",p->name);goto buildfail; }
+    if (base==NULL && p->base==FALSE) { error("%s: Cannot build without a base package.",p->name);/*goto buildfail;*/ }
   }
 
   /* set key environment variables describing locations and names */