blob: 116a31ee1d92656db6f205deb8eb7de19fbfbc9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Index: portbuild
@@ -251,7 +251,7 @@
fi
if [ x"${OPTIONS_ENABLED}" = x"1" ]; then
- export PORT_DBDIR=${chroot}/var/db/ports
+ export PORT_DBDIR=/var/db/ports
fi
echo "building $pkgname in $chroot"
|