Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136924656
D18849.id52990.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
485 B
Referenced Files
None
Subscribers
None
D18849.id52990.diff
View Options
Index: usr.sbin/freebsd-update/freebsd-update.sh
===================================================================
--- usr.sbin/freebsd-update/freebsd-update.sh
+++ usr.sbin/freebsd-update/freebsd-update.sh
@@ -221,7 +221,7 @@
config_Components () {
for C in $@; do
if [ "$C" = "src" ]; then
- if [ -e /usr/src/COPYRIGHT ]; then
+ if [ -e "${BASEDIR}/usr/src/COPYRIGHT" ]; then
COMPONENTS="${COMPONENTS} ${C}"
else
echo "src component not installed, skipped"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 4:48 PM (17 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25778753
Default Alt Text
D18849.id52990.diff (485 B)
Attached To
Mode
D18849: Use BASEDIR when checking for src component
Attached
Detach File
Event Timeline
Log In to Comment