Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144993654
D52635.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
925 B
Referenced Files
None
Subscribers
None
D52635.id.diff
View Options
diff --git a/release/Makefile b/release/Makefile
--- a/release/Makefile
+++ b/release/Makefile
@@ -238,7 +238,7 @@
.endif
.if ${.MAKE.OS} == "FreeBSD" && (!defined(NOPKG) || empty(NOPKG))
# Install packages onto release media.
- ${PKG_INSTALL} pkg || true
+ ${PKG_INSTALL} pkg
${PKG_INSTALL} wifi-firmware-kmod-release || true
${PKG_CLEAN} || true
.endif
@@ -279,7 +279,7 @@
.endif
.if ${.MAKE.OS} == "FreeBSD" && (!defined(NOPKG) || empty(NOPKG))
# Install packages onto release media.
- ${PKG_INSTALL} pkg || true
+ ${PKG_INSTALL} pkg
${PKG_INSTALL} wifi-firmware-iwlwifi-kmod wifi-firmware-rtw88-kmod || true
${PKG_CLEAN} || true
.endif
@@ -333,7 +333,7 @@
.endif
.if ${.MAKE.OS} == "FreeBSD" && (!defined(NOPKG) || empty(NOPKG))
# Install packages onto release media.
- ${PKG_INSTALL} pkg || true
+ ${PKG_INSTALL} pkg
${PKG_INSTALL} wifi-firmware-kmod-release || true
${PKG_CLEAN} || true
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 15, 8:28 PM (25 m, 5 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28754944
Default Alt Text
D52635.id.diff (925 B)
Attached To
Mode
D52635: release: Fail the build if pkg can't be installed
Attached
Detach File
Event Timeline
Log In to Comment