Changeset 24424 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 6, 2009 7:27:56 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54476
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r24388 r24424 182 182 $(if $(VBOX_WITH_VBOXBFE),VBoxBFE,) \ 183 183 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL,) \ 184 $(if $(VBOX_WITH_USB),VBoxUSBHelper,) \185 184 $(if $(VBOX_WITH_NETADP),VBoxNetAdpCtl,) \ 186 185 VBoxNetDHCP \ … … 189 188 VBoxXPCOMIPCD \ 190 189 kchmviewer 190 191 ifdef VBOX_WITH_USB 192 ifndef VBOX_WITH_NEW_USB_CODE_ON_SOLARIS 193 SOLARIS_STRIP_EXES += VBoxUSBHelper 194 endif 195 endif 191 196 192 197 SOLARIS_DRIVER_BINS = \ -
trunk/src/VBox/Installer/solaris/makepackage.sh
r21764 r24424 163 163 filelist_fixup prototype '$3 == "platform/i86pc/kernel/drv/vboxusbmon"' '$6 = "sys"' 164 164 filelist_fixup prototype '$3 == "platform/i86pc/kernel/drv/amd64/vboxusbmon"' '$6 = "sys"' 165 166 # USB Client vboxusb 167 filelist_fixup prototype '$3 == "platform/i86pc/kernel/drv/vboxusb"' '$6 = "sys"' 168 filelist_fixup prototype '$3 == "platform/i86pc/kernel/drv/amd64/vboxusb"' '$6 = "sys"' 165 169 166 170 # hardening requires some executables to be marked setuid.
Note:
See TracChangeset
for help on using the changeset viewer.