Skip to content

Commit 23e69b5

Browse files
committed
pkgbase: set origin for each packages as base/FreeBSD-*
MFC After: 3 day Reviewed by: ivy Differential Revision: https://reviews.freebsd.org/D52689
1 parent a5f14e4 commit 23e69b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release/packages/template.ucl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ name = "${PKG_NAME_PREFIX}-${PKGNAME}"
88
# Base packages always install to /.
99
prefix = "/"
1010

11-
# For base packages, origin is always "base".
12-
origin = "base"
11+
origin = "base/${PKG_NAME_PREFIX}-${PKGNAME}"
1312
categories = [ base ]
1413

1514
# $VERSION is the version of the base system being built.

0 commit comments

Comments
 (0)