Changeset 7297 in vbox
- Timestamp:
- Mar 5, 2008 10:49:41 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28682
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r7144 r7297 141 141 ifdef VBOX_WITH_VRDP 142 142 LINUXSTRIPBIN += \ 143 VBoxVRDP.so \ 144 VBoxVRDP 143 VBoxVRDP.so 145 144 146 145 LINUXNOSTRIP += \ -
trunk/src/VBox/Installer/linux/VBox.sh
r6512 r7297 110 110 ;; 111 111 VBoxVRDP) 112 exec "$INSTALL_DIR/VBox VRDP" "$@"112 exec "$INSTALL_DIR/VBoxHeadless" "$@" 113 113 ;; 114 114 VBoxHeadless)
Note:
See TracChangeset
for help on using the changeset viewer.