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