Changeset 84448 in vbox for trunk/src/VBox/Installer/freebsd
- Timestamp:
- May 22, 2020 11:16:12 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138155
- Location:
- trunk/src/VBox/Installer/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/freebsd/Makefile.kmk
r82968 r84448 311 311 $(call MSG_INST_FILE,$<,$@) 312 312 $(QUIET)$(INSTALL) -d $(dir $@) 313 $(QUIET)$(SED) \ 314 -e "s;_VBOX_REM_32BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,);g" \ 315 -e "s;_VBOX_REM_64BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,);g" \ 316 --output $@ \ 317 $< 313 $(QUIET)$(CP) -- "$<" "$@" 318 314 ifdef VBOX_WITH_DTRACE 319 315 $(QUIET)$(APPEND) -n "$@" "@mode 644" \ -
trunk/src/VBox/Installer/freebsd/pkg_plist
r74770 r84448 15 15 lib/virtualbox/VBoxNetDHCP.so 16 16 lib/virtualbox/VBoxPython.so 17 lib/virtualbox/VBoxREM.so18 17 lib/virtualbox/VBoxRT.so 19 18 lib/virtualbox/VBoxSDL.so … … 32 31 lib/virtualbox/rdesktop-vrdp 33 32 lib/virtualbox/VBoxTestOGL 34 _VBOX_REM_32BIT_MODULE_35 _VBOX_REM_64BIT_MODULE_36 33 @mode 4755 37 34 lib/virtualbox/VBoxSDL
Note:
See TracChangeset
for help on using the changeset viewer.