mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
🐛 fix(dh): rename locale directory to lang
The locale directory was renamed to lang to better reflect its contents.
This commit is contained in:
parent
aee9c57078
commit
1717296740
1 changed files with 1 additions and 1 deletions
2
dh
2
dh
|
@ -228,7 +228,7 @@ EOF
|
|||
echo "$MSG_C_ENTRIES"
|
||||
cp -r ready "$DH_CONFIG_DIR/"
|
||||
cp -r supported "$DH_CONFIG_DIR/"
|
||||
cp -r locale "$DH_CONFIG_DIR/"
|
||||
cp -r lang "$DH_CONFIG_DIR/"
|
||||
}
|
||||
|
||||
function installation_process() {
|
||||
|
|
Loading…
Reference in a new issue