Changeset 7529 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- Mar 25, 2008 10:41:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.kmk
r7468 r7529 30 30 include $(PATH_SUB_CURRENT)/files_vboxadd 31 31 32 vboxmod-bin_INST = $(INST_ADDITIONS)src/vboxadd 32 vboxmod-bin_INST = $(INST_ADDITIONS)src/vboxadd/ 33 33 vboxmod-bin_MODE = a+r,u+w 34 34 vboxmod-bin_SOURCES = $(subst ",,$(FILES_VBOXADD_NOBIN)) 35 35 36 vboxmod-sh_INST = $(INST_ADDITIONS)src/vboxadd 36 vboxmod-sh_INST = $(INST_ADDITIONS)src/vboxadd/ 37 37 vboxmod-sh_MODE = a+rx,u+w 38 38 vboxmod-sh_SOURCES = $(subst ",,$(FILES_VBOXADD_BIN))
Note:
See TracChangeset
for help on using the changeset viewer.