VirtualBox

Changeset 25097 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Nov 30, 2009 9:52:00 AM (15 years ago)
Author:
vboxsync
Message:

Linux installer: depmod -ae => depmod -a (the latter is sufficient and prevents a warning on recent Linux distributions)

Location:
trunk/src/VBox/Additions/linux
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/Makefile.module

    r21411 r25097  
    232232        @mkdir -p $(MODULE_DIR); \
    233233        install -m 0664 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
    234         PATH="$(PATH):/bin:/sbin" depmod -ae;
     234        PATH="$(PATH):/bin:/sbin" depmod -a;
    235235
    236236endif # eq($(MAKECMDGOALS),clean)
  • trunk/src/VBox/Additions/linux/installer/Makefile.include.footer

    r18796 r25097  
    206206        @mkdir -p $(MODULE_DIR); \
    207207        install -m 0664 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
    208         PATH="$(PATH):/bin:/sbin" depmod -ae;
     208        PATH="$(PATH):/bin:/sbin" depmod -a;
    209209
    210210endif # eq($(MAKECMDGOALS),clean)
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module

    r21511 r25097  
    250250        @mkdir -p $(MODULE_DIR); \
    251251        install -m 0664 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
    252         PATH="$(PATH):/bin:/sbin" depmod -ae;
     252        PATH="$(PATH):/bin:/sbin" depmod -a;
    253253
    254254endif # eq($(MAKECMDGOALS),clean)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette