Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148119478
D50344.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
546 B
Referenced Files
None
Subscribers
None
D50344.diff
View Options
diff --git a/release/Makefile b/release/Makefile
--- a/release/Makefile
+++ b/release/Makefile
@@ -76,7 +76,9 @@
PKG_ENV+= ASSUME_ALWAYS_YES=yes
PKG_ARGS+= -o METALOG=METALOG
PKG_ARGS+= -r ${.TARGET} -o REPOS_DIR=${.CURDIR}/pkg_repos
-PKG_INSTALL= env ${PKG_ENV} ${PKG_CMD} ${PKG_ARGS} install
+# Pass -f to make sure pkg writes to the METALOG even if the package
+# is already installed from a previous build
+PKG_INSTALL= env ${PKG_ENV} ${PKG_CMD} ${PKG_ARGS} install -f
PKG_CLEAN= env ${PKG_ENV} ${PKG_CMD} ${PKG_ARGS} clean -a
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 16, 10:25 PM (4 m, 11 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29790860
Default Alt Text
D50344.diff (546 B)
Attached To
Mode
D50344: release: use pkg install -f
Attached
Detach File
Event Timeline
Log In to Comment