mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r14225) -Fix [configure]: make sure a dir exists if you want to write into it
This commit is contained in:
parent
ded6434502
commit
ec8962a599
@ -2363,6 +2363,7 @@ generate_menu_item() {
|
||||
s#!!MENU_GROUP!!#$menu_group#g
|
||||
"
|
||||
echo "Generating menu item..."
|
||||
mkdir -p media
|
||||
< $ROOT_DIR/media/openttd.desktop.in sed "$MENU_REPLACE" > media/openttd.desktop
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user