Changeset 9279 in vbox for trunk/src/VBox
- Timestamp:
- Jun 2, 2008 5:08:03 AM (17 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r9192 r9279 322 322 $(QUIET)$(RM) -f $(SOLARIS_INST_DIR)/$(PKG_FILENAME).tar.gz 323 323 $(QUIET)$(RM) -f $(SOLARIS_INST_DIR)/$(PKG_FILENAME).pkg 324 324 $(QUIET)$(if $(VBOX_WITH_SOLARIS_VBI),$(RM) -f $(SOLARIS_INST_DIR)/$(VBIPKG_FILENAME).pkg,) 325 325 326 326 $(SOLARIS_VBI_DIR)/$(VBIPKG_FILENAME).pkg: \ -
trunk/src/VBox/Installer/solaris/makepackage.sh
r9159 r9279 61 61 fi 62 62 echo 'e sed /etc/devlink.tab ? ? ?' >> prototype 63 find . -print | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.copyright ' | pkgproto >> prototype63 find . -print | $VBOX_GGREP -v -E 'prototype|makepackage.sh|vbox.pkginfo|postinstall.sh|preremove.sh|ReadMe.txt|vbox.space|vbox.copyright|VirtualBoxKern' | pkgproto >> prototype 64 64 65 65 # don't grok for the sed class files
Note:
See TracChangeset
for help on using the changeset viewer.