From 840931884b4f7d3b23af3451b3325c43926d70f3 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 9 Sep 2018 14:18:51 +0200 Subject: [PATCH] Recreate deleted aports symlink --- pmb/config/pmaports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/config/pmaports.py b/pmb/config/pmaports.py index 24d7f10b..3ae6c5c8 100644 --- a/pmb/config/pmaports.py +++ b/pmb/config/pmaports.py @@ -132,5 +132,5 @@ def init(args): check_legacy_folder() if not os.path.exists(args.aports): clone(args) - symlink(args) + symlink(args) read_config_into_args(args)