- Timestamp:
- Apr 21, 2009 9:21:53 AM (16 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r19029 r19053 516 516 $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_SOL_INST_SRC)/preremove.sh $(SOLARIS_BASEINST_DIR)/preremove.sh 517 517 $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_SOL_INST_SRC)/makepackage.sh $(SOLARIS_BASEINST_DIR)/makepackage.sh 518 $(QUIET)$(INSTALL) -m 0644 $(VBOX_PATH_SOL_INST_SRC)/vbox.pkgresponse $(SOLARIS_VBOXINST_DIR)/autoresponse 518 519 $(QUIET)$(INSTALL) -m 0644 $(VBOX_PATH_SOL_INST_SRC)/vbox.pkgresponse $(SOLARIS_BASEINST_DIR)/autoresponse 519 520 $(QUIET)$(INSTALL) -m 0644 $(VBOX_PATH_SOL_INST_SRC)/vbox.space $(SOLARIS_BASEINST_DIR)/vbox.space -
trunk/src/VBox/Installer/solaris/makepackage.sh
r19021 r19053 131 131 # don't grok for class-specific files (like sed, if any) 132 132 filelist_fixup prototype '$2 == "none"' '$5 = "root"; $6 = "bin"' 133 134 # don't include autoresponse from the base folder into / of the package, it goes into .tar.gz 135 # and another one already exists in /opt/VirtualBox 136 sed '/f none autoresponse/d' prototype > prototype2 137 mv -f prototype2 prototype 133 138 134 139 # HostDriver vboxdrv
Note:
See TracChangeset
for help on using the changeset viewer.