Changeset 6283 in vbox
- Timestamp:
- Jan 8, 2008 3:40:41 PM (17 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r6124 r6283 144 144 LINUXNOSTRIP += \ 145 145 rdesktop-vrdp.tar.gz 146 endif 147 ifdef VBOX_WITH_HEADLESS 148 LINUXSTRIPBIN += \ 149 VBoxHeadless 146 150 endif 147 151 -
trunk/src/VBox/Installer/linux/VBox.sh
r5999 r6283 112 112 exec "$INSTALL_DIR/VBoxVRDP" "$@" 113 113 ;; 114 VBoxHeadless) 115 exec "$INSTALL_DIR/VBoxHeadless" "$@" 116 ;; 114 117 *) 115 118 echo "Unknown application - $APP"
Note:
See TracChangeset
for help on using the changeset viewer.