Gotta mkdir data/bash-completion.d at build time

This commit is contained in:
Alexandre Aubin 2021-09-05 01:04:22 +02:00
parent 97c0a74f8f
commit 2413c378df

View file

@ -13,6 +13,7 @@ import yaml
THIS_SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
ACTIONSMAP_FILE = THIS_SCRIPT_DIR + "/yunohost.yml"
os.system(f"mkdir {THIS_SCRIPT_DIR}/../bash-completion.d")
BASH_COMPLETION_FILE = THIS_SCRIPT_DIR + "/../bash-completion.d/yunohost"