Changeset 58108 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 7, 2015 5:54:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/postinst-common.sh
r58090 r58108 22 22 # (e.g. /opt/VirtualBox, /usr/lib/VirtualBox, the build output directory). 23 23 24 # This is GNU-specific, sorry Solaris. 25 MY_PATH="$(dirname $(readlink -f -- "${0}")) /"24 # This is GNU-specific, sorry Solaris. It fails on directories ending in '\n'. 25 MY_PATH="$(dirname $(readlink -f -- "${0}"))" 26 26 cd "${MY_PATH}" 27 27 . "./routines.sh"
Note:
See TracChangeset
for help on using the changeset viewer.