mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
portable mode: ./ instead of pwd for paths
Portable mode: not full path in desktop files
This commit is contained in:
parent
f67d896b23
commit
e9ce6d4f58
89 changed files with 179 additions and 179 deletions
6
dh
6
dh
|
@ -89,9 +89,9 @@ do
|
|||
}
|
||||
|
||||
function work_in_current_dir() {
|
||||
VMS_DIR="$(pwd)"
|
||||
DH_CONFIG_DIR="$(pwd)"
|
||||
DH_ICON_DIR="$(pwd)/icons"
|
||||
VMS_DIR="./"
|
||||
DH_CONFIG_DIR="./"
|
||||
DH_ICON_DIR="./icons"
|
||||
portable_prefix='./'
|
||||
#export "VMS_DIR" "DH_CONFIG_DIR" "DH_ICON_DIR" "terminal" "replace" "portable_prefix"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue