View | Details | Raw Unified | Return to bug 125470
Collapse All | Expand All

(-)ports-mgmt/tinderbox/files/patch-portbuild (+10 lines)
Line 0 Link Here
1
Index: portbuild
2
@@ -251,7 +251,7 @@
3
 fi
4
 
5
 if [ x"${OPTIONS_ENABLED}" = x"1" ]; then
6
-    export PORT_DBDIR=${chroot}/var/db/ports
7
+    export PORT_DBDIR=/var/db/ports
8
 fi
9
 
10
 echo "building $pkgname in $chroot"

Return to bug 125470