Changeset 53980 in vbox
- Timestamp:
- Jan 27, 2015 6:35:27 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97882
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r53420 r53980 67 67 linux-bin_MODE = a+rx,u+w 68 68 linux-bin_SOURCES = \ 69 70 71 72 69 scripts/install.sh=>scripts/install.sh \ 70 scripts/VBoxHeadlessXOrg.sh=>scripts/VBoxHeadlessXOrg.sh \ 71 VBoxSysInfo.sh \ 72 VBoxCreateUSBNode.sh \ 73 73 VBox.sh=>VBox.sh \ 74 74 $(if $(VBOX_WITH_PYTHON),$(PATH_ROOT)/src/VBox/Frontends/VBoxShell/vboxshell.py=>vboxshell.py,) … … 78 78 linux-scripts_MODE = a+rx,u+w 79 79 linux-scripts_SOURCES = \ 80 81 82 83 84 85 86 80 deffiles \ 81 routines.sh \ 82 uninstall.sh \ 83 vboxautostart-service.sh \ 84 vboxballoonctrl-service.sh \ 85 vboxdrv-pardus.py \ 86 vboxweb-service.sh 87 87 88 88 INSTALLS += linux-misc … … 96 96 $(if $(VBOX_WITH_QTGUI),$(linux-misc_0_OUTDIR)/virtualbox.desktop,) 97 97 linux-misc_CLEAN = \ 98 99 98 $(linux-misc_0_OUTDIR)/generated.sh \ 99 $(linux-misc_0_OUTDIR)/virtualbox.desktop 100 100 101 101 $$(linux-misc_0_OUTDIR)/generated.sh: $(VBOX_VERSION_STAMP) $(VBOX_LNX_INST_DEP_ON_MAKEFILE) | $$(dir $$@)
Note:
See TracChangeset
for help on using the changeset viewer.