Changeset 38984 in vbox for trunk/src/VBox/Installer/linux/debian
- Timestamp:
- Oct 13, 2011 11:27:33 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r38404 r38984 81 81 82 82 # shipping Linux kernel modules with bleeding-edge releases doesn't make sense 83 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _ Debian_sid,$(debrel)),,1)83 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _Ubuntu_oneiric _Debian_sid,$(debrel)),,1) 84 84 85 85 ifneq ($(MAKECMDGOALS),clean)
Note:
See TracChangeset
for help on using the changeset viewer.