Changeset 92010 in vbox for trunk/src/VBox/Installer/freebsd
- Timestamp:
- Oct 22, 2021 4:10:47 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147818
- Location:
- trunk/src/VBox/Installer/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/freebsd/Makefile.kmk
r91857 r92010 69 69 $$(PATH_freebsd-misc)/virtualboxvm.desktop: $(PATH_SUB_CURRENT)/virtualboxvm.desktop $(VBOX_VERSION_STAMP) | $$(dir $$@) 70 70 $(call MSG_GENERATE,,$@,$<) 71 ifdef VBOX_PATH_PACKAGE_DOCS72 $(QUIET)$(SED) -e "s+\$$VBOX_DOC_PATH+$(VBOX_PATH_PACKAGE_DOCS)+" --output $@ $<73 else74 $(QUIET)$(SED) -e "s+\$$VBOX_DOC_PATH+/opt/VirtualBox+" --output $@ $<75 endif76 71 77 72 -
trunk/src/VBox/Installer/freebsd/virtualbox.desktop
r64757 r92010 8 8 Exec=VirtualBox 9 9 TryExec=VirtualBox 10 DocPath=file://$VBOX_DOC_PATH/UserManual.pdf11 10 Icon=VBox 12 11 Categories=Emulator;System;
Note:
See TracChangeset
for help on using the changeset viewer.