Changeset 92582 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Nov 24, 2021 9:09:04 AM (3 years ago)
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile.kmk
r89669 r92582 5 5 6 6 # 7 # Copyright (C) 2006-202 0Oracle Corporation7 # Copyright (C) 2006-2021 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 119 119 ifdef VBOX_WITH_ADDITIONS_SHIPPING_AUDIO_TEST 120 120 VBOX_LNX_ADD_STRIP_BIN += \ 121 121 VBoxAudioTest 122 122 endif 123 123 … … 438 438 "VirtualBox $(VBOX_VERSION_STRING) Guest Additions for Linux" \ 439 439 /bin/sh ./install.sh "\$$0" 440 -
trunk/src/VBox/Additions/linux/installer/deffiles
r82968 r92582 5 5 6 6 # 7 # Copyright (C) 2009-202 0Oracle Corporation7 # Copyright (C) 2009-2021 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 25 25 DEFAULT_FILE_NAMES=" \ 26 26 /usr/bin/vboxadd-xclient \ 27 /usr/bin/VBoxAudioTest \ 27 28 /usr/bin/VBoxClient \ 28 29 /usr/bin/VBoxControl \ … … 68 69 /usr/src/vboxvideo \ 69 70 " 70
Note:
See TracChangeset
for help on using the changeset viewer.