VirtualBox

Ignore:
Timestamp:
Nov 30, 2009 9:52:00 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55459
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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